diff options
Diffstat (limited to 'modules/core/os_mode.cpp')
-rw-r--r-- | modules/core/os_mode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/os_mode.cpp b/modules/core/os_mode.cpp index da1fe8081..476eef032 100644 --- a/modules/core/os_mode.cpp +++ b/modules/core/os_mode.cpp @@ -18,7 +18,7 @@ class CommandOSMode : public Command public: CommandOSMode() : Command("MODE", 2, 2, "operserv/mode") { - this->SetDesc("Change channel or user modes"); + this->SetDesc(_("Change channel or user modes")); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) |