summaryrefslogtreecommitdiff
path: root/modules/commands/cs_drop.cpp
diff options
context:
space:
mode:
authorZantox <jyoerger10@msn.com>2014-06-25 02:09:43 -0400
committerZantox <jyoerger10@msn.com>2014-06-25 02:09:43 -0400
commit3bea089793ff80b756a63e7cca05947787dd0881 (patch)
tree18c72eaf7164233b386d72e53fbda7308e76aff6 /modules/commands/cs_drop.cpp
parent8fecad3039626feb3200a133355b754b7751a35b (diff)
Updated ChanServ Command English Language
Diffstat (limited to 'modules/commands/cs_drop.cpp')
-rw-r--r--modules/commands/cs_drop.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/cs_drop.cpp b/modules/commands/cs_drop.cpp
index 401573ea2..93ce548cc 100644
--- a/modules/commands/cs_drop.cpp
+++ b/modules/commands/cs_drop.cpp
@@ -71,8 +71,8 @@ class CommandCSDrop : public Command
this->SendSyntax(source);
source.Reply(" ");
if (source.IsServicesOper())
- source.Reply(_("Unregisters the named channel. Only \002Services Operators\002\n"
- "can drop a channel of which they are not the founder."));
+ source.Reply(_("Unregisters the specified channel. Only \002Services Operators\002\n"
+ "can drop a channel of which they are not the founder of."));
else
source.Reply(_("Unregisters the named channel. Can only be used by\n"
"the \002channel founder\002."));