summaryrefslogtreecommitdiff
path: root/modules/core/cs_getkey.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/cs_getkey.cpp')
-rw-r--r--modules/core/cs_getkey.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_getkey.cpp b/modules/core/cs_getkey.cpp
index d1466d398..e9b685a34 100644
--- a/modules/core/cs_getkey.cpp
+++ b/modules/core/cs_getkey.cpp
@@ -18,7 +18,7 @@ class CommandCSGetKey : public Command
public:
CommandCSGetKey() : Command("GETKEY", 1, 1)
{
- this->SetDesc("Returns the key of the given channel");
+ this->SetDesc(_("Returns the key of the given channel"));
}
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> &params)