summaryrefslogtreecommitdiff
path: root/modules/commands/hs_del.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/hs_del.cpp')
-rw-r--r--modules/commands/hs_del.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/hs_del.cpp b/modules/commands/hs_del.cpp
index 76951de46..c27dc89d0 100644
--- a/modules/commands/hs_del.cpp
+++ b/modules/commands/hs_del.cpp
@@ -56,7 +56,7 @@ class CommandHSDelAll : public Command
public:
CommandHSDelAll(Module *creator) : Command(creator, "hostserv/delall", 1, 1)
{
- this->SetDesc(_("Delete the vhost for all nicks in a group"));
+ this->SetDesc(_("Deletes the vhost for all nicks in a group"));
this->SetSyntax(_("\037nick\037"));
}