summaryrefslogtreecommitdiff
path: root/modules/core/ns_getemail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/ns_getemail.cpp')
-rw-r--r--modules/core/ns_getemail.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ns_getemail.cpp b/modules/core/ns_getemail.cpp
index 3b0d69a91..e31bfb0f5 100644
--- a/modules/core/ns_getemail.cpp
+++ b/modules/core/ns_getemail.cpp
@@ -22,7 +22,7 @@ class CommandNSGetEMail : public Command
public:
CommandNSGetEMail() : Command("GETEMAIL", 1, 1, "nickserv/getemail")
{
- this->SetDesc("Matches and returns all users that registered using given email");
+ this->SetDesc(_("Matches and returns all users that registered using given email"));
}
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> &params)