summaryrefslogtreecommitdiff
path: root/modules/core/ns_drop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/ns_drop.cpp')
-rw-r--r--modules/core/ns_drop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ns_drop.cpp b/modules/core/ns_drop.cpp
index 33a18009d..4729bf8d8 100644
--- a/modules/core/ns_drop.cpp
+++ b/modules/core/ns_drop.cpp
@@ -19,7 +19,7 @@ class CommandNSDrop : public Command
CommandNSDrop() : Command("DROP", 0, 1)
{
this->SetFlag(CFLAG_ALLOW_UNREGISTERED);
- this->SetDesc("Cancel the registration of a nickname");
+ this->SetDesc(_("Cancel the registration of a nickname"));
}
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> &params)