[Pkg-owncloud-commits] [owncloud-client] 02/27: Adjust wording of delete account/folder message #3643

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Aug 28 09:43:42 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 a7d0f0cdd4e96c4068f5ecea55b124dd045ba08d
Author: Christian Kamm <mail at ckamm.de>
Date:   Wed Aug 19 10:59:34 2015 +0200

    Adjust wording of delete account/folder message #3643
---
 src/gui/accountsettings.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp
index b4b1cf7..67480fe 100644
--- a/src/gui/accountsettings.cpp
+++ b/src/gui/accountsettings.cpp
@@ -262,7 +262,7 @@ void AccountSettings::slotRemoveCurrentFolder()
             // _model->removeRow( selected.row() );
             int ret = QMessageBox::question( this, tr("Confirm Folder Remove"),
                                              tr("<p>Do you really want to stop syncing the folder <i>%1</i>?</p>"
-                                                "<p><b>Note:</b> This will not remove the files from your client.</p>").arg(alias),
+                                                "<p><b>Note:</b> This will <b>not</b> delete any files.</p>").arg(alias),
                                              QMessageBox::Yes|QMessageBox::No );
 
             if( ret == QMessageBox::No ) {
@@ -524,7 +524,7 @@ 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>"
-                                     "<p><b>Note:</b> This will not remove the files from your client.</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