diff options
author | Robby- <robby@chat.be> | 2014-07-27 07:34:02 +0200 |
---|---|---|
committer | Robby- <robby@chat.be> | 2014-07-27 07:34:02 +0200 |
commit | 1137c500958368f0ce0817d1354ddb71a9ac96f9 (patch) | |
tree | fc15e6b3214f0d2ec84b4bca2d162df54c6ac64f /modules/commands/cs_entrymsg.cpp | |
parent | 52d422d020d67da8891751c97823f44598511f34 (diff) |
Fix a few help messages.
Diffstat (limited to 'modules/commands/cs_entrymsg.cpp')
-rw-r--r-- | modules/commands/cs_entrymsg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |