diff options
Diffstat (limited to 'modules/core/ns_resetpass.cpp')
-rw-r--r-- | modules/core/ns_resetpass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ns_resetpass.cpp b/modules/core/ns_resetpass.cpp index 7f9a3fd11..d7c4029c1 100644 --- a/modules/core/ns_resetpass.cpp +++ b/modules/core/ns_resetpass.cpp @@ -21,7 +21,7 @@ class CommandNSResetPass : public Command CommandNSResetPass() : Command("RESETPASS", 1, 1) { this->SetFlag(CFLAG_ALLOW_UNREGISTERED); - this->SetDesc("Helps you reset lost passwords"); + this->SetDesc(_("Helps you reset lost passwords")); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) |