diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-01-10 11:51:20 +0000 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-01-10 12:52:02 +0100 |
| commit | 68eb56203be17066af4e37837703490af4d4f40c (patch) | |
| tree | 6dc078d22abaeadbfd2be5d55ecabb8cfe7833fc /src/qt/bitcoinstrings.cpp | |
| parent | Merge #9496: Rename lambda argument name to prevent shadowing (diff) | |
| download | discoin-68eb56203be17066af4e37837703490af4d4f40c.tar.xz discoin-68eb56203be17066af4e37837703490af4d4f40c.zip | |
qt: periodic translations update
Diffstat (limited to 'src/qt/bitcoinstrings.cpp')
| -rw-r--r-- | src/qt/bitcoinstrings.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index ace085382..348e7378a 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -191,7 +191,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" QT_TRANSLATE_NOOP("bitcoin-core", "" "Username and hashed password for JSON-RPC connections. The field <userpw> " "comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is " -"included in share/rpcuser. This option can be specified multiple times"), +"included in share/rpcuser. The client then connects normally using the " +"rpcuser=<USERNAME>/rpcpassword=<PASSWORD> pair of arguments. This option can " +"be specified multiple times"), QT_TRANSLATE_NOOP("bitcoin-core", "" "Wallet will not create transactions that violate mempool chain limits " "(default: %u)"), |