Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Müller <fmueller@owncloud.com>2022-03-07 15:43:41 +0300
committerHannah von Reth <vonreth@kde.org>2022-03-07 17:01:03 +0300
commit95c9b4d67c497e4c4498ef887a2aa9a39832b474 (patch)
tree5854aae0032897ddf06f9628e34f482c6edd604a /src/gui/accountsettings.cpp
parente8afc2b14c6841765a8316d314bf8319192f4533 (diff)
Fix broken context menu entry title
Diffstat (limited to 'src/gui/accountsettings.cpp')
-rw-r--r--src/gui/accountsettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp
index 5c021267f..f30453dc7 100644
--- a/src/gui/accountsettings.cpp
+++ b/src/gui/accountsettings.cpp
@@ -289,7 +289,7 @@ void AccountSettings::slotCustomContextMenuRequested(const QPoint &pos)
} else if (Utility::isMac()) {
openLocallyLabel = tr("Show in Finder");
} else {
- openLocallyLabel = tr("Show if file manager");
+ openLocallyLabel = tr("Show in file manager");
}
QAction *ac = menu->addAction(openLocallyLabel, [folderUrl]() {