diff options
Diffstat (limited to 'modules/core/cs_set_securefounder.cpp')
-rw-r--r-- | modules/core/cs_set_securefounder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_set_securefounder.cpp b/modules/core/cs_set_securefounder.cpp index 67045baba..c71a7e3e8 100644 --- a/modules/core/cs_set_securefounder.cpp +++ b/modules/core/cs_set_securefounder.cpp @@ -18,7 +18,7 @@ class CommandCSSetSecureFounder : public Command public: CommandCSSetSecureFounder(const Anope::string &cpermission = "") : Command("SECUREFOUNDER", 2, 2, cpermission) { - this->SetDesc("Stricter control of channel founder status"); + this->SetDesc(_("Stricter control of channel founder status")); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) |