diff options
author | Stephane Glondu <steph@glondu.net> | 2012-07-24 10:20:25 +0200 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2012-07-24 10:39:09 +0200 |
commit | 2acfa219aa42e06b2a99a4e985858c9056026745 (patch) | |
tree | 708f42fa48fff3fe9e6cdb7779cef3b2ee480200 /src/qt/askpassphrasedialog.cpp | |
parent | 12e5881c098a842e3be9c427a3c1d02260301098 (diff) |
Fix spelling of successfully
Diffstat (limited to 'src/qt/askpassphrasedialog.cpp')
-rw-r--r-- | src/qt/askpassphrasedialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/askpassphrasedialog.cpp b/src/qt/askpassphrasedialog.cpp index 0a8ace09df..3656cbea1f 100644 --- a/src/qt/askpassphrasedialog.cpp +++ b/src/qt/askpassphrasedialog.cpp @@ -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 |