diff --git a/include/znc/ZNCString.h b/include/znc/ZNCString.h index f076810b..30695fe3 100644 --- a/include/znc/ZNCString.h +++ b/include/znc/ZNCString.h @@ -669,7 +669,7 @@ struct hash : hash {}; } // Make translateable messages easy to write: -// _f("Foo is {1}")(foo) +// t_f("Foo is {1}")(foo) class CInlineFormatMessage { public: explicit CInlineFormatMessage(const CString& sFormat)