Another account deletion wording update #3649
authorChristian Kamm <mail@ckamm.de>
Wed, 19 Aug 2015 13:55:29 +0000 (15:55 +0200)
committerChristian Kamm <mail@ckamm.de>
Wed, 19 Aug 2015 13:55:29 +0000 (15:55 +0200)
src/gui/accountsettings.cpp

index 67480fe6a7f4177a0484110f8940329d8c3ecd52..d7054835070b423e0d14412d8b46c45fc8ec7aed 100644 (file)
@@ -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 );