diff options
Diffstat (limited to 'modules/nickserv/ns_resetpass.cpp')
-rw-r--r-- | modules/nickserv/ns_resetpass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nickserv/ns_resetpass.cpp b/modules/nickserv/ns_resetpass.cpp index 94e1c89b2..2cd714889 100644 --- a/modules/nickserv/ns_resetpass.cpp +++ b/modules/nickserv/ns_resetpass.cpp @@ -52,7 +52,7 @@ public: source.Reply(" "); source.Reply(_( "Sends a passcode to the nickname with instructions on how to " - "reset their password. Email must be the email address associated " + "reset their password. Email must be the email address associated " "to the nickname." )); return true; |