diff options
Diffstat (limited to 'modules/extra/cs_tban.cpp')
-rw-r--r-- | modules/extra/cs_tban.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/cs_tban.cpp b/modules/extra/cs_tban.cpp index 8932726d6..e3470504d 100644 --- a/modules/extra/cs_tban.cpp +++ b/modules/extra/cs_tban.cpp @@ -57,7 +57,7 @@ class CommandCSTBan : public Command public: CommandCSTBan() : Command("TBAN", 3, 3) { - this->SetDesc("Bans the user for a given length of time"); + this->SetDesc(_("Bans the user for a given length of time")); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) |