From db4af03f785f16b3681ca6b3442e4edfc2256647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eli=C3=A1n=20Hanisch?= Date: Sun, 29 Jan 2012 23:42:11 -0300 Subject: [PATCH] Encyclopedia: clarify the help text of the 'editchannel' option --- Encyclopedia/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Encyclopedia/config.py b/Encyclopedia/config.py index 43f50ee..fd30e2b 100644 --- a/Encyclopedia/config.py +++ b/Encyclopedia/config.py @@ -160,7 +160,7 @@ conf.registerChannelValue(Encyclopedia, 'relaychannel', conf.registerGlobalValue(Encyclopedia, 'editchannel', registry.SpaceSeparatedListOfStrings(['#ubuntu-ops'], - 'Channels where unauthorised edits are allowed.')) + 'Channels where edits of restricted editors are allowed.')) conf.registerGlobalValue(Encyclopedia, 'notfoundmsg', registry.String('Factoid %s not found', 'Reply when factoid isn\'t found'))