diff options
Diffstat (limited to 'modules/nickserv/ns_set.cpp')
-rw-r--r-- | modules/nickserv/ns_set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nickserv/ns_set.cpp b/modules/nickserv/ns_set.cpp index 200430988..4c14589ed 100644 --- a/modules/nickserv/ns_set.cpp +++ b/modules/nickserv/ns_set.cpp @@ -727,7 +727,7 @@ public: this->SendSyntax(source); source.Reply(" "); source.Reply(_( - "Sets whether the given nickname will expire. Setting this " + "Sets whether the given nickname will expire. Setting this " "to \002ON\002 prevents the nickname from expiring." )); return true; |