diff options
| author | Luke Dashjr <[email protected]> | 2012-09-08 03:31:38 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2012-09-08 04:59:13 +0000 |
| commit | 4ee706243c670bf308123792d026d7dab6b5ae69 (patch) | |
| tree | 0bdf4de743068a5a127d1d1cb75c2042b2d81135 /src/qt/bitcoinstrings.cpp | |
| parent | Fix double-paren typo (diff) | |
| download | discoin-4ee706243c670bf308123792d026d7dab6b5ae69.tar.xz discoin-4ee706243c670bf308123792d026d7dab6b5ae69.zip | |
Partially Bugfix: Update English translation strings and translations from Transifex
Bugfix: Correct doubled-up &amp; in translations
Bugfix: Remove extra spaces after ampersand in translations (this fixes hotkeys)
Restore copyright translations, now split up
Restore old translations lost due to changes to English structure
Skipped: ca_ES et eu_ES fr_CA (under 10% coverage)
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"), |