aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-16 15:34:29 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-17 15:49:00 +0200
commit8b4d653663aa193bcc7c32ed7da5f4fa3f5e6746 (patch)
tree2da5961047f3c787ab734bac715ad18dd31487cb /src/init.cpp
parent49232d1abf96f85f785e0ee95fbb79d0338855bc (diff)
downloadbitcoin-8b4d653663aa193bcc7c32ed7da5f4fa3f5e6746.tar.xz
allow translation of "options" used in the --help message / split translation of RPC console welcome message and remove the need to take care of "<br>" / remove some spaces in strings and misc other stuff related to translations
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 9b12ab0aa4..0c6baec1ce 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -645,7 +645,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."));
}
//