Another account deletion wording update #3649

This commit is contained in:
Christian Kamm 2015-08-19 15:55:29 +02:00
parent 73785d0473
commit 344d3565f8

View 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 );