diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-05-20 01:34:06 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-05-20 01:34:06 -0700 |
| commit | 563f3efda3d3230bc512b35f15598d5e4e3a5071 (patch) | |
| tree | e14446de58b824cf5afbcd2f29922b70736925c3 /src/init.cpp | |
| parent | Merge pull request #1353 from Diapolo/RPC_OpenDebugLog_Icon (diff) | |
| parent | allow translation of "options" used in the --help message / split translation... (diff) | |
| download | discoin-563f3efda3d3230bc512b35f15598d5e4e3a5071.tar.xz discoin-563f3efda3d3230bc512b35f15598d5e4e3a5071.zip | |
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 829600a4f..47b6f9232 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.")); } // |