Merge pull request #3807 from owncloud/phil-davis-remove-account
Adjust message box text for account removal
Esse commit está contido em:
@@ -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()),
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário