Fix spelling of successfully

This commit is contained in:
Stephane Glondu
2012-07-24 10:20:25 +02:00
committed by Luke Dashjr
parent 895191b9a8
commit 0a9972bf1b

View File

@@ -158,7 +158,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