diff options
Diffstat (limited to 'modules/core/hs_setall.cpp')
-rw-r--r-- | modules/core/hs_setall.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/hs_setall.cpp b/modules/core/hs_setall.cpp index b7baf867d..18f24d359 100644 --- a/modules/core/hs_setall.cpp +++ b/modules/core/hs_setall.cpp @@ -18,7 +18,7 @@ class CommandHSSetAll : public Command public: CommandHSSetAll() : Command("SETALL", 2, 2, "hostserv/set") { - this->SetDesc("Set the vhost for all nicks in a group"); + this->SetDesc(_("Set the vhost for all nicks in a group")); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) |