More translateable, #1354

This commit is contained in:
Alexey Sokolov
2017-09-05 23:52:38 +01:00
parent 7e9acdf085
commit b516d40d65
2 changed files with 27 additions and 29 deletions

View File

@@ -165,7 +165,7 @@ template <>
void TModInfo<CIMAPAuthMod>(CModInfo& Info) {
Info.SetWikiPage("imapauth");
Info.SetHasArgs(true);
Info.SetArgsHelpText("[ server [+]port [ UserFormatString ] ]");
Info.SetArgsHelpText(Info.t_s("[ server [+]port [ UserFormatString ] ]"));
}
GLOBALMODULEDEFS(CIMAPAuthMod, "Allow users to authenticate via IMAP.")
GLOBALMODULEDEFS(CIMAPAuthMod, t_s("Allow users to authenticate via IMAP."))