summaryrefslogtreecommitdiff
path: root/modules/commands/os_shutdown.cpp
diff options
context:
space:
mode:
authorVal Lorentz <progval+git@progval.net>2024-01-05 22:34:26 +0100
committerGitHub <noreply@github.com>2024-01-05 21:34:26 +0000
commit388858aee68f8c34264cc27278102fc2fdfb40fb (patch)
tree90dd3be1e84bd7ed70269f56875b2d3ea198afe0 /modules/commands/os_shutdown.cpp
parentf22703df595c7641249050e1a902c2718e82e834 (diff)
Fix inconsistent capitalization of 'services'.
Diffstat (limited to 'modules/commands/os_shutdown.cpp')
-rw-r--r--modules/commands/os_shutdown.cpp2
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> &params) override