diff options
| author | Philip Kaufmann <[email protected]> | 2014-11-21 13:52:26 +0100 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2014-12-02 15:06:15 +0100 |
| commit | 50db7d9f09f2fda7c97816d810e478c10dba3cb2 (patch) | |
| tree | 4360a4fb3a6341180d0793979128c1b276f451c8 /src/qt/askpassphrasedialog.cpp | |
| parent | [Qt] fix missing plural form for a string in sendcoinsdialog (diff) | |
| download | discoin-50db7d9f09f2fda7c97816d810e478c10dba3cb2.tar.xz discoin-50db7d9f09f2fda7c97816d810e478c10dba3cb2.zip | |
[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 fa9ac6b13..2c8d93fba 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>" + |