diff options
| author | Stephane Glondu <[email protected]> | 2012-07-24 10:20:25 +0200 |
|---|---|---|
| committer | Stephane Glondu <[email protected]> | 2012-07-24 10:39:09 +0200 |
| commit | 2acfa219aa42e06b2a99a4e985858c9056026745 (patch) | |
| tree | 708f42fa48fff3fe9e6cdb7779cef3b2ee480200 /src/qt/askpassphrasedialog.cpp | |
| parent | Merge pull request #1622 from fanquake/master (diff) | |
| download | discoin-2acfa219aa42e06b2a99a4e985858c9056026745.tar.xz discoin-2acfa219aa42e06b2a99a4e985858c9056026745.zip | |
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 0a8ace09d..3656cbea1 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 |