diff options
Diffstat (limited to 'modules/core/cs_set_founder.cpp')
-rw-r--r-- | modules/core/cs_set_founder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_set_founder.cpp b/modules/core/cs_set_founder.cpp index a50d9e558..b6f7dab95 100644 --- a/modules/core/cs_set_founder.cpp +++ b/modules/core/cs_set_founder.cpp @@ -18,7 +18,7 @@ class CommandCSSetFounder : public Command public: CommandCSSetFounder(const Anope::string &cpermission = "") : Command("FOUNDER", 2, 2, cpermission) { - this->SetDesc("Set the founder of a channel"); + this->SetDesc(_("Set the founder of a channel")); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) |