summaryrefslogtreecommitdiff
path: root/modules/core/os_restart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/os_restart.cpp')
-rw-r--r--modules/core/os_restart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/os_restart.cpp b/modules/core/os_restart.cpp
index f8580c577..02663e862 100644
--- a/modules/core/os_restart.cpp
+++ b/modules/core/os_restart.cpp
@@ -18,7 +18,7 @@ class CommandOSRestart : public Command
public:
CommandOSRestart() : Command("RESTART", 0, 0, "operserv/restart")
{
- this->SetDesc("Save databases and restart Services");
+ this->SetDesc(_("Save databases and restart Services"));
}
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> &params)