summaryrefslogtreecommitdiff
path: root/modules/core/ns_set_kill.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/ns_set_kill.cpp')
-rw-r--r--modules/core/ns_set_kill.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ns_set_kill.cpp b/modules/core/ns_set_kill.cpp
index 176d152ba..2aa9de7aa 100644
--- a/modules/core/ns_set_kill.cpp
+++ b/modules/core/ns_set_kill.cpp
@@ -18,7 +18,7 @@ class CommandNSSetKill : public Command
public:
CommandNSSetKill(const Anope::string &spermission = "") : Command("KILL", 2, 3, spermission)
{
- this->SetDesc("Turn protection on or off");
+ this->SetDesc(_("Turn protection on or off"));
}
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> &params)