summaryrefslogtreecommitdiff
path: root/modules/stats
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/stats
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/stats')
-rw-r--r--modules/stats/m_chanstats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/stats/m_chanstats.cpp b/modules/stats/m_chanstats.cpp
index 04deb8832..13958dcc3 100644
--- a/modules/stats/m_chanstats.cpp
+++ b/modules/stats/m_chanstats.cpp
@@ -61,7 +61,7 @@ class CommandNSSetChanstats : public Command
CommandNSSetChanstats(Module *creator, const Anope::string &sname = "nickserv/set/chanstats", size_t min = 1 ) : Command(creator, sname, min, min + 1)
{
this->SetDesc(_("Turn chanstats statistics on or off"));
- this->SetSyntax(_("{ON | OFF}"));
+ this->SetSyntax("{ON | OFF}");
}
void Run(CommandSource &source, const Anope::string &user, const Anope::string &param, bool saset = false)
{