From 4e8cc4f786cd13cc3df2e9efea46e822fc03bd88 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 30 Jul 2015 19:47:00 -0400 Subject: Make secureops help less weird --- modules/commands/cs_set.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/commands/cs_set.cpp') diff --git a/modules/commands/cs_set.cpp b/modules/commands/cs_set.cpp index cfff16377..d08806d98 100644 --- a/modules/commands/cs_set.cpp +++ b/modules/commands/cs_set.cpp @@ -870,8 +870,8 @@ class CommandCSSetSecureOps : public Command this->SendSyntax(source); source.Reply(" "); source.Reply(_("Enables or disables the \002secure ops\002 option for a channel.\n" - "When \002secure ops\002 is set, users who are not on the userlist\n" - "will not be allowed chanop status.")); + "When \002secure ops\002 is set, users who are not on the access list\n" + "will not be allowed channel operator status.")); return true; } }; -- cgit