diff options
Diffstat (limited to 'modules/commands/os_shutdown.cpp')
-rw-r--r-- | modules/commands/os_shutdown.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/os_shutdown.cpp b/modules/commands/os_shutdown.cpp index 3e223fadf..0c0acb0f8 100644 --- a/modules/commands/os_shutdown.cpp +++ b/modules/commands/os_shutdown.cpp @@ -44,7 +44,7 @@ class CommandOSRestart : public Command public: CommandOSRestart(Module *creator) : Command(creator, "operserv/restart", 0, 0) { - this->SetDesc(_("Save databases and restart Services")); + this->SetDesc(_("Save databases and restart services")); } void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) override |