diff options
| author | Max K. <[email protected]> | 2015-08-07 23:29:55 +0200 |
|---|---|---|
| committer | Max K. <[email protected]> | 2015-08-07 23:29:55 +0200 |
| commit | 5123a058ec53619667a996ec7f1360504c27d693 (patch) | |
| tree | 3153542bcb61b0e616f011867149f379e2951a81 /src/qt/bitcoinstrings.cpp | |
| parent | Merge pull request #1227 from kaykurokawa/1.10-dev (diff) | |
| parent | Replace print icon with Typeicons equivalent (diff) | |
| download | discoin-5123a058ec53619667a996ec7f1360504c27d693.tar.xz discoin-5123a058ec53619667a996ec7f1360504c27d693.zip | |
Merge pull request #1224 from rnicoll/1.10-paperwallet
Add paper wallet generator to QT wallet
Diffstat (limited to 'src/qt/bitcoinstrings.cpp')
| -rw-r--r-- | src/qt/bitcoinstrings.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index 85287f9ca..78ce76b88 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -112,7 +112,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" QT_TRANSLATE_NOOP("bitcoin-core", "" "This product includes software developed by the OpenSSL Project for use in " "the OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software " -"written by Eric Young and UPnP software written by Thomas Bernard."), +"written by Eric Young and UPnP software written by Thomas Bernard. " +"Paper wallet art provided by Anacoluthia."), QT_TRANSLATE_NOOP("bitcoin-core", "" "To use bitcoind, or the -server option to bitcoin-qt, you must set an " "rpcpassword in the configuration file:\n" |