[Pkg-owncloud-commits] [owncloud-client] 81/218: Adjust strings in settings dialogs
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 17 14:30:48 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 be3529ebcb76cddd235b93a8381b115000aae130
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Thu Sep 10 01:46:28 2015 +0200
Adjust strings in settings dialogs
Implements #3745 & #3793
---
src/gui/accountsettings.cpp | 2 +-
src/gui/accountsettings.ui | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp
index 4e6449d..8fce392 100644
--- a/src/gui/accountsettings.cpp
+++ b/src/gui/accountsettings.cpp
@@ -145,7 +145,7 @@ void AccountSettings::slotCustomContextMenuRequested(const QPoint &pos)
this, SLOT(slotOpenCurrentFolder()));
connect(menu->addAction(folderPaused ? tr("Resume sync") : tr("Pause sync")), SIGNAL(triggered(bool)),
this, SLOT(slotEnableCurrentFolder()));
- connect(menu->addAction(tr("Remove folder")), SIGNAL(triggered(bool)),
+ connect(menu->addAction(tr("Remove sync")), SIGNAL(triggered(bool)),
this, SLOT(slotRemoveCurrentFolder()));
menu->exec(tv->mapToGlobal(pos));
}
diff --git a/src/gui/accountsettings.ui b/src/gui/accountsettings.ui
index 43bac57..1368767 100644
--- a/src/gui/accountsettings.ui
+++ b/src/gui/accountsettings.ui
@@ -73,7 +73,7 @@
<string>Remove the account configuration from the client</string>
</property>
<property name="text">
- <string>Delete</string>
+ <string>Remove Account</string>
</property>
</widget>
</item>
--
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