1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 21:03:12 +02:00

Do not translate command parameters that do not have translatable strings in them, or are not meant to be translated in the first place.

This commit is contained in:
Robby-
2013-12-28 23:28:30 +01:00
parent 3d12752655
commit 780bc7ca14
6 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ class CommandNSSetPrivate : public Command
CommandNSSetPrivate(Module *creator, const Anope::string &sname = "nickserv/set/private", size_t min = 1) : Command(creator, sname, min, min + 1)
{
this->SetDesc(_("Prevent the nickname from appearing in the LIST command"));
this->SetSyntax(_("{ON | OFF}"));
this->SetSyntax("{ON | OFF}");
}
void Run(CommandSource &source, const Anope::string &user, const Anope::string &param)