diff options
-rw-r--r-- | modules/core/ns_register.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ns_register.cpp b/modules/core/ns_register.cpp index 531933340..6a79c89b1 100644 --- a/modules/core/ns_register.cpp +++ b/modules/core/ns_register.cpp @@ -310,7 +310,7 @@ class CommandNSResend : public Command void OnServHelp(CommandSource &source) { if (Config->NSEmailReg) - source.Reply(_("Resend the registration passcode")); + source.Reply(" %-14s %s", this->name.c_str(),_("Resend the registration passcode")); } }; |