diff options
| author | Gavin Andresen <[email protected]> | 2013-08-06 04:46:02 -0700 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-08-06 04:46:02 -0700 |
| commit | 7b22c8e8ca745a66bbc3867f1bdbc19acf05a67f (patch) | |
| tree | 8c6532cc36504bb52d8cd570dc3266f006f11e98 /src/qt/bitcoinstrings.cpp | |
| parent | Merge pull request #2879 from Diapolo/translations (diff) | |
| parent | remove a newline from a string in init.cpp (diff) | |
| download | discoin-7b22c8e8ca745a66bbc3867f1bdbc19acf05a67f.tar.xz discoin-7b22c8e8ca745a66bbc3867f1bdbc19acf05a67f.zip | |
Merge pull request #2881 from Diapolo/translations_rem_newline
remove a newline from a string in init.cpp
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 534e4f3d4..fc0e53887 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -208,7 +208,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Use the test network"), QT_TRANSLATE_NOOP("bitcoin-core", "Username for JSON-RPC connections"), QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks..."), QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet..."), -QT_TRANSLATE_NOOP("bitcoin-core", "Wallet %s resides outside data directory %s\n"), +QT_TRANSLATE_NOOP("bitcoin-core", "Wallet %s resides outside data directory %s"), QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart Bitcoin to complete"), QT_TRANSLATE_NOOP("bitcoin-core", "Warning"), QT_TRANSLATE_NOOP("bitcoin-core", "Warning: This version is obsolete, upgrade required!"), |