diff options
Diffstat (limited to 'modules/commands/ns_resetpass.cpp')
-rw-r--r-- | modules/commands/ns_resetpass.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/ns_resetpass.cpp b/modules/commands/ns_resetpass.cpp index 03f3186e3..e57261a9f 100644 --- a/modules/commands/ns_resetpass.cpp +++ b/modules/commands/ns_resetpass.cpp @@ -49,7 +49,7 @@ class CommandNSResetPass : public Command { this->SendSyntax(source); source.Reply(" "); - source.Reply(_("Sends a code key to the nickname with instructions on how to\n" + source.Reply(_("Sends a passcode to the nickname with instructions on how to\n" "reset their password.")); return true; } @@ -104,7 +104,7 @@ class NSResetPass : public Module { nc->Shrink("ns_resetpass"); - Log(LOG_COMMAND, source, &commandnsresetpass) << "confirmed RESETPASS to forcefully identify to " << na->nick; + Log(LOG_COMMAND, source, &commandnsresetpass) << "confirmed RESETPASS to forcefully identify as " << na->nick; nc->Shrink("UNCONFIRMED"); |