diff options
Diffstat (limited to 'modules/core/cs_set_peace.cpp')
-rw-r--r-- | modules/core/cs_set_peace.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_set_peace.cpp b/modules/core/cs_set_peace.cpp index 321b297bd..2039256ac 100644 --- a/modules/core/cs_set_peace.cpp +++ b/modules/core/cs_set_peace.cpp @@ -18,7 +18,7 @@ class CommandCSSetPeace : public Command public: CommandCSSetPeace(const Anope::string &cpermission = "") : Command("PEACE", 2, 2, cpermission) { - this->SetDesc("Regulate the use of critical commands"); + this->SetDesc(_("Regulate the use of critical commands")); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) |