diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-11-04 23:34:57 -0800 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-11-04 23:34:57 -0800 |
commit | 86406daeca0390b13457cc4f8d5f24fa5bf54557 (patch) | |
tree | 76f5a2899688b84bbd348f91bbad0118a4e0b3ed /src/rpcwallet.cpp | |
parent | a56d3f8a10e3c9f844aee1f362635ae14b872023 (diff) | |
parent | 6b3783a9c9cc47afcf72aa0a86ea26122392efdb (diff) |
Merge pull request #1830 from Diapolo/trans_rem_spaces
fix some double-spaces in strings
Diffstat (limited to 'src/rpcwallet.cpp')
-rw-r--r-- | src/rpcwallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcwallet.cpp b/src/rpcwallet.cpp index cd91f650a8..29b3298b99 100644 --- a/src/rpcwallet.cpp +++ b/src/rpcwallet.cpp @@ -1429,7 +1429,7 @@ Value encryptwallet(const Array& params, bool fHelp) // slack space in .dat files; that is bad if the old data is // unencrypted private keys. So: StartShutdown(); - return "wallet encrypted; Bitcoin server stopping, restart to run with encrypted wallet. The keypool has been flushed, you need to make a new backup."; + return "wallet encrypted; Bitcoin server stopping, restart to run with encrypted wallet. The keypool has been flushed, you need to make a new backup."; } class DescribeAddressVisitor : public boost::static_visitor<Object> |