summaryrefslogtreecommitdiff
path: root/modules/commands/ns_list.cpp
diff options
context:
space:
mode:
authorRobby- <robby@chat.be>2013-12-28 23:28:30 +0100
committerRobby- <robby@chat.be>2013-12-28 23:28:30 +0100
commit780bc7ca1479a334a1bea59db3ffd89da1a87800 (patch)
tree71d28bb1e185e891ef2e332a023053e43ea55518 /modules/commands/ns_list.cpp
parent3d12752655405ae75265622cbec565f9efa23be3 (diff)
Do not translate command parameters that do not have translatable strings in them, or are not meant to be translated in the first place.
Diffstat (limited to 'modules/commands/ns_list.cpp')
-rw-r--r--modules/commands/ns_list.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ns_list.cpp b/modules/commands/ns_list.cpp
index 1b6aad5cf..9a54dcd64 100644
--- a/modules/commands/ns_list.cpp
+++ b/modules/commands/ns_list.cpp
@@ -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)