aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-10-21 15:40:00 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-10-21 15:40:43 +0200
commit9acbb4180a383ff123e07887a24b439cef846e89 (patch)
tree701e7b441622a83693bb1592eba562b1205b4f65 /src/init.cpp
parentc313d6ecb945f8d908b061989d31d53cb6d0297d (diff)
downloadbitcoin-9acbb4180a383ff123e07887a24b439cef846e89.tar.xz
qt: small English language updates from translators
More friendly language, use placeholders where possible
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 8b2a32532c..743cdd4386 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -276,7 +276,7 @@ std::string HelpMessage(HelpMessageMode mode)
#endif
#endif
strUsage += " -whitebind=<addr> " + _("Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6") + "\n";
- strUsage += " -whitelist=<netmask> " + _("Whitelist peers connecting from the given netmask or ip. Can be specified multiple times.") + "\n";
+ strUsage += " -whitelist=<netmask> " + _("Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times.") + "\n";
strUsage += " " + _("Whitelisted peers cannot be DoS banned and their transactions are always relayed, even if they are already in the mempool, useful e.g. for a gateway") + "\n";
#ifdef ENABLE_WALLET