diff options
Diffstat (limited to 'modules/core/os_quit.cpp')
-rw-r--r-- | modules/core/os_quit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/os_quit.cpp b/modules/core/os_quit.cpp index 79501b43e..ed85467c4 100644 --- a/modules/core/os_quit.cpp +++ b/modules/core/os_quit.cpp @@ -19,7 +19,7 @@ class CommandOSQuit : public Command public: CommandOSQuit() : Command("QUIT", 0, 0, "operserv/quit") { - this->SetDesc("Terminate the Services program with no save"); + this->SetDesc(_("Terminate the Services program with no save")); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) |