1
0
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:
Adam
2011-03-11 17:26:27 -05:00
parent 46a3afadb9
commit 9f46972f19
140 changed files with 169 additions and 169 deletions
+2 -2
View File
@@ -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> &params)
@@ -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> &params)