summaryrefslogtreecommitdiff
path: root/modules/nickserv/ns_resetpass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nickserv/ns_resetpass.cpp')
-rw-r--r--modules/nickserv/ns_resetpass.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/modules/nickserv/ns_resetpass.cpp b/modules/nickserv/ns_resetpass.cpp
index 7425ade66..94e1c89b2 100644
--- a/modules/nickserv/ns_resetpass.cpp
+++ b/modules/nickserv/ns_resetpass.cpp
@@ -50,9 +50,11 @@ public:
{
this->SendSyntax(source);
source.Reply(" ");
- source.Reply(_("Sends a passcode to the nickname with instructions on how to\n"
- "reset their password. Email must be the email address associated\n"
- "to the nickname."));
+ source.Reply(_(
+ "Sends a passcode to the nickname with instructions on how to "
+ "reset their password. Email must be the email address associated "
+ "to the nickname."
+ ));
return true;
}
};