diff options
Diffstat (limited to 'modules/core/ns_set_hide.cpp')
-rw-r--r-- | modules/core/ns_set_hide.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ns_set_hide.cpp b/modules/core/ns_set_hide.cpp index db40d281b..b827b67fe 100644 --- a/modules/core/ns_set_hide.cpp +++ b/modules/core/ns_set_hide.cpp @@ -18,7 +18,7 @@ class CommandNSSetHide : public Command public: CommandNSSetHide(const Anope::string &spermission = "") : Command("HIDE", 2, 3, spermission) { - this->SetDesc("Hide certain pieces of nickname information"); + this->SetDesc(_("Hide certain pieces of nickname information")); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) |