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'))