diff options
Diffstat (limited to 'modules/core/cs_set_restricted.cpp')
-rw-r--r-- | modules/core/cs_set_restricted.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_set_restricted.cpp b/modules/core/cs_set_restricted.cpp index e294b0552..6632fef4f 100644 --- a/modules/core/cs_set_restricted.cpp +++ b/modules/core/cs_set_restricted.cpp @@ -17,7 +17,7 @@ class CommandCSSetRestricted : public Command public: CommandCSSetRestricted(const Anope::string &cpermission = "") : Command("RESTRICTED", 2, 2, cpermission) { - this->SetDesc("Restrict access to the channel"); + this->SetDesc(_("Restrict access to the channel")); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) |