diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-06-23 12:25:04 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-06-23 10:44:36 +0000 |
| commit | a1c92c29fd1c242831867ede4c67e544377ae473 (patch) | |
| tree | 65f6086921094e48bdfd8af2974a032acffba8e4 /src/qt/bitcoinstrings.cpp | |
| parent | Merge #8233: Mention Linux ARM executables in release process and notes (diff) | |
| download | discoin-a1c92c29fd1c242831867ede4c67e544377ae473.tar.xz discoin-a1c92c29fd1c242831867ede4c67e544377ae473.zip | |
trivial: capitalize BIP32 in option help
For consistency, BIP32 should be in uppercase in translation message.
Reported by @pryds on Transifex.
Diffstat (limited to 'src/qt/bitcoinstrings.cpp')
| -rw-r--r-- | src/qt/bitcoinstrings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index ce8753fc7..83901732a 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -173,7 +173,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" QT_TRANSLATE_NOOP("bitcoin-core", "" "Use UPnP to map the listening port (default: 1 when listening and no -proxy)"), QT_TRANSLATE_NOOP("bitcoin-core", "" -"Use hierarchical deterministic key generation (HD) after bip32. Only has " +"Use hierarchical deterministic key generation (HD) after BIP32. Only has " "effect during wallet creation/first start"), QT_TRANSLATE_NOOP("bitcoin-core", "" "Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: " |