diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-05-20 01:34:06 -0700 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-05-20 01:34:06 -0700 |
commit | 563f3efda3d3230bc512b35f15598d5e4e3a5071 (patch) | |
tree | e14446de58b824cf5afbcd2f29922b70736925c3 /src/init.cpp | |
parent | 6f3b919ae1e5d980dc41d66bd4320d2a6623b66f (diff) | |
parent | 8b4d653663aa193bcc7c32ed7da5f4fa3f5e6746 (diff) |
Merge pull request #1323 from Diapolo/string_fixes
translation updates / string updates
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 829600a4fd..47b6f92324 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -650,7 +650,7 @@ bool AppInit2() if (!ParseMoney(mapArgs["-paytxfee"], nTransactionFee)) return InitError(strprintf(_("Invalid amount for -paytxfee=<amount>: '%s'"), mapArgs["-paytxfee"].c_str())); if (nTransactionFee > 0.25 * COIN) - InitWarning(_("Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction.")); + InitWarning(_("Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction.")); } // |