Merge pull request #3807 from owncloud/phil-davis-remove-account

Adjust message box text for account removal
Esse commit está contido em:
Daniel Molkentin
2015-09-11 14:44:42 +02:00
+1 -1
Ver Arquivo
@@ -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()),