diff options
Diffstat (limited to 'modules/core/ms_set.cpp')
-rw-r--r-- | modules/core/ms_set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ms_set.cpp b/modules/core/ms_set.cpp index 7fc2fc953..ecd436079 100644 --- a/modules/core/ms_set.cpp +++ b/modules/core/ms_set.cpp @@ -201,7 +201,7 @@ class CommandMSSet : public Command public: CommandMSSet() : Command("SET", 2, 5) { - this->SetDesc("Set options related to memos"); + this->SetDesc(_("Set options related to memos")); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) |