diff options
Diffstat (limited to 'modules/core/cs_set.cpp')
-rw-r--r-- | modules/core/cs_set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_set.cpp b/modules/core/cs_set.cpp index bfb708cac..631eb151c 100644 --- a/modules/core/cs_set.cpp +++ b/modules/core/cs_set.cpp @@ -21,7 +21,7 @@ class CommandCSSet : public Command public: CommandCSSet() : Command("SET", 2, 3) { - this->SetDesc("Set channel options and information"); + this->SetDesc(_("Set channel options and information")); } ~CommandCSSet() |