diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-09-07 22:15:19 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-09-07 22:15:19 -0700 |
| commit | 31fac119dc6e586da5e051760c4cfbefc0bbbdf8 (patch) | |
| tree | f7fa142b09076dd79a572fa5c94b604f548fa4b9 /src/qt/bitcoinstrings.cpp | |
| parent | Merge pull request #1799 from Diapolo/release-notes (diff) | |
| parent | Partially Bugfix: Update English translation strings and translations from Tr... (diff) | |
| download | discoin-31fac119dc6e586da5e051760c4cfbefc0bbbdf8.tar.xz discoin-31fac119dc6e586da5e051760c4cfbefc0bbbdf8.zip | |
Merge pull request #1796 from luke-jr/bugfix_ts
Various translation fixups and restorations
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 92b335286..20d183048 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -133,7 +133,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum block size in bytes (default: 250 QT_TRANSLATE_NOOP("bitcoin-core", "Set minimum block size in bytes (default: 0)"), QT_TRANSLATE_NOOP("bitcoin-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"), QT_TRANSLATE_NOOP("bitcoin-core", "Specify configuration file (default: bitcoin.conf)"), -QT_TRANSLATE_NOOP("bitcoin-core", "Specify connection timeout (in milliseconds)"), +QT_TRANSLATE_NOOP("bitcoin-core", "Specify connection timeout in milliseconds (default: 5000)"), QT_TRANSLATE_NOOP("bitcoin-core", "Specify data directory"), QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: bitcoind.pid)"), QT_TRANSLATE_NOOP("bitcoin-core", "Specify your own public address"), |