diff options
| author | Philip Kaufmann <[email protected]> | 2013-08-06 10:28:52 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2013-08-06 10:28:52 +0200 |
| commit | 265e2657b4d1fa1551787f17c35a35301c32a0e0 (patch) | |
| tree | 8c6532cc36504bb52d8cd570dc3266f006f11e98 /src/qt/bitcoinstrings.cpp | |
| parent | Merge pull request #2879 from Diapolo/translations (diff) | |
| download | discoin-265e2657b4d1fa1551787f17c35a35301c32a0e0.tar.xz discoin-265e2657b4d1fa1551787f17c35a35301c32a0e0.zip | |
remove a newline from a string in init.cpp
- to match all other translatable strings in init.cpp and to simplify
translations via 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 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!"), |