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
This commit is contained in:
Phil Davis 2015-09-11 08:46:53 +05:45
parent 1de4d96ab1
commit 1aff9bca95

View file

@ -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()),