mirror of
https://github.com/anope/anope.git
synced 2026-07-05 07:13:13 +02:00
_()ify Command::SetDesc
This commit is contained in:
@@ -393,7 +393,7 @@ class CommandCSAccess : public Command
|
||||
public:
|
||||
CommandCSAccess() : Command("ACCESS", 2, 4)
|
||||
{
|
||||
this->SetDesc("Modify the list of privileged users");
|
||||
this->SetDesc(_("Modify the list of privileged users"));
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -669,7 +669,7 @@ class CommandCSLevels : public Command
|
||||
public:
|
||||
CommandCSLevels() : Command("LEVELS", 2, 4)
|
||||
{
|
||||
this->SetDesc("Redefine the meanings of access levels");
|
||||
this->SetDesc(_("Redefine the meanings of access levels"));
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
|
||||
Reference in New Issue
Block a user