diff options
Diffstat (limited to 'modules/core/ms_staff.cpp')
-rw-r--r-- | modules/core/ms_staff.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ms_staff.cpp b/modules/core/ms_staff.cpp index 34afa2f68..1de1b11bf 100644 --- a/modules/core/ms_staff.cpp +++ b/modules/core/ms_staff.cpp @@ -18,7 +18,7 @@ class CommandMSStaff : public Command public: CommandMSStaff() : Command("STAFF", 1, 1, "memoserv/staff") { - this->SetDesc("Send a memo to all opers/admins"); + this->SetDesc(_("Send a memo to all opers/admins")); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) |