More translateable strings, ref #1354

This commit is contained in:
Alexey Sokolov
2017-08-26 22:16:13 +01:00
parent be0518b933
commit bb27cd964c
2 changed files with 17 additions and 16 deletions

View File

@@ -56,8 +56,8 @@ class CBlockMotd : public CModule {
if (sCmd == "376" /* End of MOTD */) {
if (!ShouldTemporarilyAcceptMotd()) {
sLine = sLine.Token(0) + " 422 " + sLine.Token(2) +
" :MOTD blocked by ZNC";
sLine = sLine.Token(0) + " 422 " + sLine.Token(2) + " :" +
t_s("MOTD blocked by ZNC");
}
StopTemporarilyAcceptingMotd();
}