diff options
| author | Pieter Wuille <[email protected]> | 2012-11-09 14:10:50 -0800 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-11-09 14:10:50 -0800 |
| commit | b41de54a2c6141db621a77877ec7964b05c98700 (patch) | |
| tree | 7e8bbdffc0859db3706b8332ffa4ad1896ca5d88 /src/qt/bitcoinstrings.cpp | |
| parent | Merge pull request #1981 from sipa/caches (diff) | |
| parent | Remove -detachdb and stop's detach argument. (diff) | |
| download | discoin-b41de54a2c6141db621a77877ec7964b05c98700.tar.xz discoin-b41de54a2c6141db621a77877ec7964b05c98700.zip | |
Merge pull request #1978 from sipa/nodetach
Remove -detachdb and stop's detach argument.
Diffstat (limited to 'src/qt/bitcoinstrings.cpp')
| -rw-r--r-- | src/qt/bitcoinstrings.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp index b92a26c4a..7e8e102ee 100644 --- a/src/qt/bitcoinstrings.cpp +++ b/src/qt/bitcoinstrings.cpp @@ -27,8 +27,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "" "Cannot obtain a lock on data directory %s. Bitcoin is probably already " "running."), QT_TRANSLATE_NOOP("bitcoin-core", "" -"Detach block and address databases. Increases shutdown time (default: 0)"), -QT_TRANSLATE_NOOP("bitcoin-core", "" "Error: The transaction was rejected. This might happen if some of the coins " "in your wallet were already spent, such as if you used a copy of wallet.dat " "and coins were spent in the copy but not marked as spent here."), |