More translateable strings, ref #1354

This commit is contained in:
Alexey Sokolov
2017-08-26 23:00:54 +01:00
parent a719ea36aa
commit 4917fcbda6
16 changed files with 364 additions and 219 deletions

View File

@@ -157,6 +157,5 @@ void TModInfo<CClearBufferOnMsgMod>(CModInfo& Info) {
Info.SetArgsHelpText("[ [!]<msg|ctcp|action|notice|part|topic|quit|all> ]");
}
USERMODULEDEFS(
CClearBufferOnMsgMod,
"Clear all channel and query buffers whenever the user does something")
USERMODULEDEFS(CClearBufferOnMsgMod, t_s("Clears all channel and query buffers "
"whenever the user does something"))