From: Camila San Date: Tue, 24 Sep 2019 14:25:03 +0000 (+0200) Subject: Changes wording in the share context menu. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~222^2^2~635^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dd90ed96431af3db7d6d8325fcf49278b7f8f356;p=nextcloud-desktop.git Changes wording in the share context menu. Instead of only Nextcloud it says "Share via Nextcloud". Signed-off-by: Camila San --- diff --git a/src/gui/socketapi.cpp b/src/gui/socketapi.cpp index 1c6ceefba..5601503b1 100644 --- a/src/gui/socketapi.cpp +++ b/src/gui/socketapi.cpp @@ -623,7 +623,7 @@ void SocketApi::command_GET_STRINGS(const QString &argument, SocketListener *lis { static std::array, 5> strings { { { "SHARE_MENU_TITLE", tr("Share...") }, - { "CONTEXT_MENU_TITLE", Theme::instance()->appNameGUI() }, + { "CONTEXT_MENU_TITLE", tr("Share via ") + 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...") }, } };