diff options
author | Robby- <robby@chat.be> | 2013-12-28 23:28:30 +0100 |
---|---|---|
committer | Robby- <robby@chat.be> | 2013-12-28 23:28:30 +0100 |
commit | 780bc7ca1479a334a1bea59db3ffd89da1a87800 (patch) | |
tree | 71d28bb1e185e891ef2e332a023053e43ea55518 /modules/commands/os_stats.cpp | |
parent | 3d12752655405ae75265622cbec565f9efa23be3 (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/os_stats.cpp')
-rw-r--r-- | modules/commands/os_stats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/os_stats.cpp b/modules/commands/os_stats.cpp index 50d19692e..f19852b0d 100644 --- a/modules/commands/os_stats.cpp +++ b/modules/commands/os_stats.cpp @@ -194,7 +194,7 @@ class CommandOSStats : public Command akills("XLineManager", "xlinemanager/sgline"), snlines("XLineManager", "xlinemanager/snline"), sqlines("XLineManager", "xlinemanager/sqline") { this->SetDesc(_("Show status of Services and network")); - this->SetSyntax(_("[AKILL | HASH | UPLINK | UPTIME | ALL | RESET]")); + this->SetSyntax("[AKILL | HASH | UPLINK | UPTIME | ALL | RESET]"); } void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) anope_override |