Log: add ShowSettings command, rework Set command, #601

Make more strings translateable, #1354
This commit is contained in:
Alexey Sokolov
2017-09-07 23:35:18 +01:00
parent 408e6e9f01
commit d51159a330
11 changed files with 173 additions and 113 deletions
+3 -3
View File
@@ -52,9 +52,9 @@ class CFailToBanMod : public CModule {
} else if (timeout == 0 || m_uiAllowedFailed == 0 ||
!sArgs.Token(2, true).empty()) {
sMessage =
"Invalid argument, must be the number of minutes "
"IPs are blocked after a failed login and can be "
"followed by number of allowed failed login attempts";
t_s("Invalid argument, must be the number of minutes IPs are "
"blocked after a failed login and can be followed by "
"number of allowed failed login attempts");
return false;
}