diff options
Diffstat (limited to 'modules/core/os_reload.cpp')
-rw-r--r-- | modules/core/os_reload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/os_reload.cpp b/modules/core/os_reload.cpp index 46e3686a2..9b00ea8d8 100644 --- a/modules/core/os_reload.cpp +++ b/modules/core/os_reload.cpp @@ -18,7 +18,7 @@ class CommandOSReload : public Command public: CommandOSReload() : Command("RELOAD", 0, 0, "operserv/reload") { - this->SetDesc("Reload services' configuration file"); + this->SetDesc(_("Reload services' configuration file")); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) |