Skip to content

Commit

Permalink
Merge pull request #1438 from nextcloud/enhancement/change-share-menu…
Browse files Browse the repository at this point in the history
…-wording

Changes wording in the share context menu.
  • Loading branch information
Camila Ayres authored Sep 24, 2019
2 parents d392843 + dd90ed9 commit 7a03339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/socketapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ void SocketApi::command_GET_STRINGS(const QString &argument, SocketListener *lis
{
static std::array<std::pair<const char *, QString>, 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...") },
} };
Expand Down

0 comments on commit 7a03339

Please sign in to comment.