diff --git a/plugins/Later.py b/plugins/Later.py index 15cfc6c71..7a9eb53c1 100644 --- a/plugins/Later.py +++ b/plugins/Later.py @@ -65,7 +65,7 @@ def configure(advanced): conf.registerPlugin('Later') conf.registerGlobalValue(conf.supybot.plugins.Later, 'maximum', registry.NonNegativeInteger(0, """Determines the maximum number of messages - to be queued for a user. If it's 0, there is no maximum.""")) + to be queued for a user. If this value is 0, there is no maximum.""")) conf.registerGlobalValue(conf.supybot.plugins.Later, 'private', registry.Boolean(False, """Determines whether users will be notified in the first place in which they're seen, or in private."""))