X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fqt%2Faskpassphrasedialog.cpp;fp=src%2Fqt%2Faskpassphrasedialog.cpp;h=a574ef925b07975e30e8855c4035e9e76d5a6207;hb=4585f7e2c1ee7e090dc0cb59cf1ff82139393818;hp=89cdf43ba49a909c3a5db84c12c4fc5a7fe3cca5;hpb=d764d9161e548c7fbf835b70eb9d5c75caa28ff5;p=novacoin.git diff --git a/src/qt/askpassphrasedialog.cpp b/src/qt/askpassphrasedialog.cpp index 89cdf43..a574ef9 100644 --- a/src/qt/askpassphrasedialog.cpp +++ b/src/qt/askpassphrasedialog.cpp @@ -101,7 +101,8 @@ void AskPassphraseDialog::accept() if(model->setWalletEncrypted(true, newpass1)) { QMessageBox::warning(this, tr("Wallet encrypted"), - tr("Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.")); + tr("Bitcoin will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.")); + QApplication::quit(); } else {