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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-11-15 01:23:43 +0300
committerRoeland Jago Douma <rullzer@users.noreply.github.com>2019-12-03 11:06:06 +0300
commit9ce2491d67a656b5b61ba6a507514cc9a9ab0f0a (patch)
treef833dcd4544c9d44a20ce3e58ac026c737be67d0 /shell_integration
parentec637217f23271feb80e673b005e9fb3414754dc (diff)
Use … instead of 3 dots
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'shell_integration')
-rw-r--r--shell_integration/dolphin/ownclouddolphinpluginhelper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell_integration/dolphin/ownclouddolphinpluginhelper.h b/shell_integration/dolphin/ownclouddolphinpluginhelper.h
index 3e7a97477..92d9fcdf8 100644
--- a/shell_integration/dolphin/ownclouddolphinpluginhelper.h
+++ b/shell_integration/dolphin/ownclouddolphinpluginhelper.h
@@ -35,11 +35,11 @@ public:
QString contextMenuTitle() const
{
- return _strings.value("CONTEXT_MENU_TITLE", "ownCloud");
+ return _strings.value("CONTEXT_MENU_TITLE", "Nextcloud");
}
QString shareActionTitle() const
{
- return _strings.value("SHARE_MENU_TITLE", "Share...");
+ return _strings.value("SHARE_MENU_TITLE", "Share …");
}
QString copyPrivateLinkTitle() const { return _strings["COPY_PRIVATE_LINK_MENU_TITLE"]; }