summaryrefslogtreecommitdiff
path: root/modules/core/cs_topic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/cs_topic.cpp')
-rw-r--r--modules/core/cs_topic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_topic.cpp b/modules/core/cs_topic.cpp
index bdd8a3205..9798a12c0 100644
--- a/modules/core/cs_topic.cpp
+++ b/modules/core/cs_topic.cpp
@@ -18,7 +18,7 @@ class CommandCSTopic : public Command
public:
CommandCSTopic() : Command("TOPIC", 1, 2)
{
- this->SetDesc("Manipulate the topic of the specified channel");
+ this->SetDesc(_("Manipulate the topic of the specified channel"));
}
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> &params)