Fix spelling of successfully

This commit is contained in:
Stephane Glondu
2012-07-24 10:20:25 +02:00
parent 12e5881c09
commit 2acfa219aa
36 changed files with 36 additions and 36 deletions

View File

@@ -157,7 +157,7 @@ void AskPassphraseDialog::accept()
if(model->changePassphrase(oldpass, newpass1))
{
QMessageBox::information(this, tr("Wallet encrypted"),
tr("Wallet passphrase was succesfully changed."));
tr("Wallet passphrase was successfully changed."));
QDialog::accept(); // Success
}
else