1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 12:56:38 +02:00

Fixed missing _ in cs_appendtopic

This commit is contained in:
Adam
2011-09-19 13:14:20 -04:00
parent 1184eb59c5
commit 7dce64e540
+1 -1
View File
@@ -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."));