qt: small English language updates from translators

More friendly language, use placeholders where possible
This commit is contained in:
Wladimir J. van der Laan
2014-10-21 15:40:00 +02:00
parent c313d6ecb9
commit 9acbb4180a
5 changed files with 35 additions and 26 deletions

View File

@@ -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