diff options
Diffstat (limited to 'modules/core/ms_check.cpp')
-rw-r--r-- | modules/core/ms_check.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ms_check.cpp b/modules/core/ms_check.cpp index 6a28971fd..8134b98a7 100644 --- a/modules/core/ms_check.cpp +++ b/modules/core/ms_check.cpp @@ -18,7 +18,7 @@ class CommandMSCheck : public Command public: CommandMSCheck() : Command("CHECK", 1, 1) { - this->SetDesc("Checks if last memo to a nick was read"); + this->SetDesc(_("Checks if last memo to a nick was read")); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) |