summaryrefslogtreecommitdiff
path: root/modules/commands/cs_appendtopic.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-09-19 13:14:20 -0400
committerAdam <Adam@anope.org>2011-09-19 13:14:20 -0400
commit7dce64e5400b180f1645c683614ecc3eee2bfddd (patch)
tree291fad90274a2822225482c75d031f68c434dd9a /modules/commands/cs_appendtopic.cpp
parent1184eb59c5abbaf8e435448567f2db50353ccff7 (diff)
Fixed missing _ in cs_appendtopic
Diffstat (limited to 'modules/commands/cs_appendtopic.cpp')
-rw-r--r--modules/commands/cs_appendtopic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_appendtopic.cpp b/modules/commands/cs_appendtopic.cpp
index 013e91046..9048d9939 100644
--- a/modules/commands/cs_appendtopic.cpp
+++ b/modules/commands/cs_appendtopic.cpp
@@ -87,7 +87,7 @@ class CommandCSAppendTopic : public Command
{
source.Reply(_("Syntax: APPENDTOPIC channel text"));
source.Reply(" ");
- source.Reply(("This command allows users to append text to a currently set\n"
+ source.Reply(_("This command allows users to append text to a currently set\n"
"channel topic. When TOPICLOCK is on, the topic is updated and\n"
"the new, updated topic is locked."));