diff options
Diffstat (limited to 'modules/core/cs_set_description.cpp')
-rw-r--r-- | modules/core/cs_set_description.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core/cs_set_description.cpp b/modules/core/cs_set_description.cpp index c0a7a5093..deebd5d1b 100644 --- a/modules/core/cs_set_description.cpp +++ b/modules/core/cs_set_description.cpp @@ -46,7 +46,7 @@ class CommandCSSetDescription : public Command void OnSyntaxError(CommandSource &source, const Anope::string &) { // XXX - SyntaxError(source, "SET", LanguageString::CHAN_SET_SYNTAX); + SyntaxError(source, "SET", _(CHAN_SET_SYNTAX)); } }; @@ -60,7 +60,7 @@ class CommandCSSASetDescription : public CommandCSSetDescription void OnSyntaxError(CommandSource &source, const Anope::string &) { // XXX - SyntaxError(source, "SASET", LanguageString::CHAN_SASET_SYNTAX); + SyntaxError(source, "SASET", _(CHAN_SASET_SYNTAX)); } }; |