From 1137c500958368f0ce0817d1354ddb71a9ac96f9 Mon Sep 17 00:00:00 2001 From: Robby- Date: Sun, 27 Jul 2014 07:34:02 +0200 Subject: Fix a few help messages. --- modules/commands/cs_entrymsg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/cs_entrymsg.cpp') diff --git a/modules/commands/cs_entrymsg.cpp b/modules/commands/cs_entrymsg.cpp index da14456a5..6df6918da 100644 --- a/modules/commands/cs_entrymsg.cpp +++ b/modules/commands/cs_entrymsg.cpp @@ -244,7 +244,7 @@ class CommandEntryMessage : public Command source.Reply(" "); source.Reply(_("The \002ENTRYMSG DEL\002 command removes the specified message from\n" "the list of messages shown to users when they join\n" - "the channel. You can a message by specifying its number\n" + "the channel. You can remove a message by specifying its number\n" "which you can get by listing the messages as explained below.")); source.Reply(" "); source.Reply(_("The \002ENTRYMSG LIST\002 command displays a listing of messages\n" -- cgit