mirror of
https://github.com/znc/znc.git
synced 2026-05-04 12:32:33 +02:00
More translateable, #1354
This commit is contained in:
@@ -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."))
|
||||
|
||||
Reference in New Issue
Block a user