[Pkg-owncloud-commits] [owncloud-client] 106/218: Adjust message box text for account removal

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 17 14:30:53 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 1aff9bca95643e0d9a72afff2a3c0ba2eec7d29e
Author: Phil Davis <phil.davis at inf.org>
Date:   Fri Sep 11 08:46:53 2015 +0545

    Adjust message box text for account removal
    
    Since the context menu text was changed to "Remove Account" it seems sensible to also change the title of this message box to match.
    https://github.com/owncloud/client/issues/3793
---
 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 8fce392..abfe90d 100644
--- a/src/gui/accountsettings.cpp
+++ b/src/gui/accountsettings.cpp
@@ -519,7 +519,7 @@ void AccountSettings::slotDeleteAccount()
     // the QMessageBox should be destroyed before that happens.
     {
         QMessageBox messageBox(QMessageBox::Question,
-                               tr("Confirm Account Delete"),
+                               tr("Confirm Account Removal"),
                                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()),

-- 
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