From 7dce64e5400b180f1645c683614ecc3eee2bfddd Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 19 Sep 2011 13:14:20 -0400 Subject: [PATCH] Fixed missing _ in cs_appendtopic --- modules/commands/cs_appendtopic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."));