From: Christian Kamm Date: Thu, 6 Jul 2017 09:33:38 +0000 (+0200) Subject: shell integrations: Change share menu title to "Share..." X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~704^2^2~59 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=411621bf0381f1d41876b8b4aef944a5f9f28be8;p=nextcloud-desktop.git shell integrations: Change share menu title to "Share..." Since the appname is in the context submenu title already. Also drop APPNAME string. --- diff --git a/src/gui/socketapi.cpp b/src/gui/socketapi.cpp index 9141bf76f..f2616d378 100644 --- a/src/gui/socketapi.cpp +++ b/src/gui/socketapi.cpp @@ -526,8 +526,7 @@ void SocketApi::command_EMAIL_PRIVATE_LINK(const QString &localFile, SocketListe void SocketApi::command_GET_STRINGS(const QString &, SocketListener *listener) { static std::array, 5> strings { { - { "SHARE_MENU_TITLE", tr("Share with %1...", "parameter is ownCloud").arg(Theme::instance()->appNameGUI()) }, - { "APPNAME", Theme::instance()->appNameGUI() }, + { "SHARE_MENU_TITLE", tr("Share...") }, { "CONTEXT_MENU_TITLE", Theme::instance()->appNameGUI() }, { "COPY_PRIVATE_LINK_MENU_TITLE", tr("Copy private link to clipboard") }, { "EMAIL_PRIVATE_LINK_MENU_TITLE", tr("Send private link by email...") },