aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2013-06-15 07:49:40 -0700
committerPieter Wuille <pieter.wuille@gmail.com>2013-06-15 07:49:40 -0700
commite58154c447670a546936b850f0bba4de087a1583 (patch)
treec8d995f2b8eb840c0cda2d694c9a4aa27f8b027a /src/qt
parentf5442aeef4547f013b3edec54774410507704bc6 (diff)
parent0206e38dcd32e0cc76c6f0e08197a2a72bef0fb1 (diff)
downloadbitcoin-e58154c447670a546936b850f0bba4de087a1583.tar.xz
Merge pull request #2648 from Diapolo/txindex
allow txindex to be removed and add a reindex dialog
Diffstat (limited to 'src/qt')
-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 4dae8999c3..1afce2eb7c 100644
--- a/src/qt/bitcoinstrings.cpp
+++ b/src/qt/bitcoinstrings.cpp
@@ -205,6 +205,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet..."),
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!"),
-QT_TRANSLATE_NOOP("bitcoin-core", "You need to rebuild the databases using -reindex to change -txindex"),
+QT_TRANSLATE_NOOP("bitcoin-core", "You need to rebuild the database using -reindex to change -txindex"),
QT_TRANSLATE_NOOP("bitcoin-core", "wallet.dat corrupt, salvage failed"),
}; \ No newline at end of file