diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-06-23 12:25:04 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-06-23 10:44:36 +0000 |
commit | a1c92c29fd1c242831867ede4c67e544377ae473 (patch) | |
tree | 65f6086921094e48bdfd8af2974a032acffba8e4 /src/qt | |
parent | 9f1807af2422e3ac2d3702242b4a47c8df0be262 (diff) |
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')
-rw-r--r-- | src/qt/bitcoinstrings.cpp | 2 | ||||
-rw-r--r-- | src/qt/locale/bitcoin_en.ts | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index ce8753fc7d..83901732ac 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: " diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index f122273a35..4e4c9f45e6 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -2417,12 +2417,7 @@ <translation type="unfinished"></translation> </message> <message> - <location line="+2"/> - <source>Use hierarchical deterministic key generation (HD) after bip32. Only has effect during wallet creation/first start</source> - <translation type="unfinished"></translation> - </message> - <message> - <location line="+10"/> + <location line="+12"/> <source>WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected)</source> <translation type="unfinished"></translation> </message> @@ -2852,7 +2847,12 @@ <translation type="unfinished"></translation> </message> <message> - <location line="+50"/> + <location line="+18"/> + <source>Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+32"/> <source>Whitelisted peers cannot be DoS banned and their transactions are always relayed, even if they are already in the mempool, useful e.g. for a gateway</source> <translation type="unfinished"></translation> </message> |