diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-11-21 13:52:26 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-12-02 15:06:15 +0100 |
commit | 50db7d9f09f2fda7c97816d810e478c10dba3cb2 (patch) | |
tree | 4360a4fb3a6341180d0793979128c1b276f451c8 /src/qt/askpassphrasedialog.cpp | |
parent | 2747f7cf77f6ef3515899a0d8dbe1bad68114da7 (diff) |
[Qt] change some strings to reflect name change to Bitcoin Core
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 fa9ac6b135..2c8d93fbaf 100644 --- a/src/qt/askpassphrasedialog.cpp +++ b/src/qt/askpassphrasedialog.cpp @@ -119,7 +119,7 @@ void AskPassphraseDialog::accept() { QMessageBox::warning(this, tr("Wallet encrypted"), "<qt>" + - tr("Bitcoin will close now to finish the encryption process. " + tr("Bitcoin Core 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.") + "<br><br><b>" + |