summaryrefslogtreecommitdiff
path: root/modules/extra/cs_entrymsg.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-03-11 17:26:27 -0500
committerAdam <Adam@anope.org>2011-03-11 17:26:27 -0500
commit9f46972f19060d2ede624bdec52b9091042e3735 (patch)
tree10e996859b3dd9435cf947742f5f261789cc2699 /modules/extra/cs_entrymsg.cpp
parent46a3afadb9fbb78e96222cf7d4e494dbcbf66c44 (diff)
_()ify Command::SetDesc
Diffstat (limited to 'modules/extra/cs_entrymsg.cpp')
-rw-r--r--modules/extra/cs_entrymsg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/cs_entrymsg.cpp b/modules/extra/cs_entrymsg.cpp
index ad50dbb16..df68b141f 100644
--- a/modules/extra/cs_entrymsg.cpp
+++ b/modules/extra/cs_entrymsg.cpp
@@ -99,7 +99,7 @@ class CommandEntryMessage : public Command
public:
CommandEntryMessage(const Anope::string &cname) : Command(cname, 2, 3)
{
- this->SetDesc("Manage the channel's entry messages");
+ this->SetDesc(_("Manage the channel's entry messages"));
}
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> &params)