[Pkg-owncloud-commits] [owncloud-client] 44/484: Tray: Change texts #3657
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Dec 16 00:37:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 95fc792745f3604dc787b35ee12fc1ff7cbcbab7
Author: Christian Kamm <mail at ckamm.de>
Date: Fri Oct 2 15:48:44 2015 +0200
Tray: Change texts #3657
---
src/gui/owncloudgui.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gui/owncloudgui.cpp b/src/gui/owncloudgui.cpp
index 6cc71ba..0ad7a31 100644
--- a/src/gui/owncloudgui.cpp
+++ b/src/gui/owncloudgui.cpp
@@ -446,7 +446,7 @@ void ownCloudGui::setupContextMenu()
_contextMenu->addSeparator();
if (atLeastOneSignedIn) {
if (accountList.count() > 1) {
- _actionLogout->setText(tr("Log out everywhere"));
+ _actionLogout->setText(tr("Log out of all accounts"));
} else {
_actionLogout->setText(tr("Log out"));
}
@@ -454,7 +454,7 @@ void ownCloudGui::setupContextMenu()
}
if (atLeastOneSignedOut) {
if (accountList.count() > 1) {
- _actionLogin->setText(tr("Log in everywhere..."));
+ _actionLogin->setText(tr("Log in to all accounts..."));
} else {
_actionLogin->setText(tr("Log in..."));
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list