mirror of
https://github.com/anope/anope.git
synced 2026-07-03 09:53:12 +02:00
_()ify Command::SetDesc
This commit is contained in:
@@ -201,7 +201,7 @@ class CommandMSSet : public Command
|
||||
public:
|
||||
CommandMSSet() : Command("SET", 2, 5)
|
||||
{
|
||||
this->SetDesc("Set options related to memos");
|
||||
this->SetDesc(_("Set options related to memos"));
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
|
||||
Reference in New Issue
Block a user