[Pkg-owncloud-commits] [owncloud-client] 07/27: Another account deletion wording update #3649
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Aug 28 09:43:43 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 344d3565f85281ffcad3f6784f00e1323aa2a4a6
Author: Christian Kamm <mail at ckamm.de>
Date: Wed Aug 19 15:55:29 2015 +0200
Another account deletion wording update #3649
---
src/gui/accountsettings.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp
index 67480fe..d705483 100644
--- a/src/gui/accountsettings.cpp
+++ b/src/gui/accountsettings.cpp
@@ -523,7 +523,7 @@ void AccountSettings::refreshSelectiveSyncStatus()
void AccountSettings::slotDeleteAccount()
{
int ret = QMessageBox::question( this, tr("Confirm Account Delete"),
- tr("<p>Do you really want to delete the account <i>%1</i>?</p>"
+ tr("<p>Do you really want to remove the connection to the account <i>%1</i>?</p>"
"<p><b>Note:</b> This will <b>not</b> delete any files.</p>")
.arg(_accountState->account()->displayName()),
QMessageBox::Yes|QMessageBox::No );
--
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