diff options
Diffstat (limited to 'modules/core/cs_set_topiclock.cpp')
-rw-r--r-- | modules/core/cs_set_topiclock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_set_topiclock.cpp b/modules/core/cs_set_topiclock.cpp index e943d190b..d47351a50 100644 --- a/modules/core/cs_set_topiclock.cpp +++ b/modules/core/cs_set_topiclock.cpp @@ -18,7 +18,7 @@ class CommandCSSetTopicLock : public Command public: CommandCSSetTopicLock(const Anope::string &cpermission = "") : Command("TOPICLOCK", 2, 2, cpermission) { - this->SetDesc("Topic can only be changed with TOPIC"); + this->SetDesc(_("Topic can only be changed with TOPIC")); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) |