summaryrefslogtreecommitdiff
path: root/modules/core/cs_clone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/cs_clone.cpp')
-rw-r--r--modules/core/cs_clone.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_clone.cpp b/modules/core/cs_clone.cpp
index 82f6bb961..f816eb2f5 100644
--- a/modules/core/cs_clone.cpp
+++ b/modules/core/cs_clone.cpp
@@ -18,7 +18,7 @@ class CommandCSClone : public Command
public:
CommandCSClone() : Command("CLONE", 2, 3)
{
- this->SetDesc("Copy all settings from one channel to another");
+ this->SetDesc(_("Copy all settings from one channel to another"));
}
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> &params)