summaryrefslogtreecommitdiff
path: root/modules/commands/ns_drop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ns_drop.cpp')
-rw-r--r--modules/commands/ns_drop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ns_drop.cpp b/modules/commands/ns_drop.cpp
index 71ebc0e2e..8f0f506a8 100644
--- a/modules/commands/ns_drop.cpp
+++ b/modules/commands/ns_drop.cpp
@@ -65,7 +65,7 @@ class CommandNSDrop : public Command
if (!source.HasPriv("nickserv/drop"))
source.Reply(_("You may drop any nick within your group."));
else
- source.Reply(_("As a Services Operator, you may drop any nick."));
+ source.Reply(_("As a Services Operator, you may drop any nick."));
return true;
}