aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoinstrings.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2013-08-06 04:46:02 -0700
committerGavin Andresen <[email protected]>2013-08-06 04:46:02 -0700
commit7b22c8e8ca745a66bbc3867f1bdbc19acf05a67f (patch)
tree8c6532cc36504bb52d8cd570dc3266f006f11e98 /src/qt/bitcoinstrings.cpp
parentMerge pull request #2879 from Diapolo/translations (diff)
parentremove a newline from a string in init.cpp (diff)
downloaddiscoin-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.cpp2
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!"),