From 458cebead26d8f7b852a01d74f8a226f8385bf29 Mon Sep 17 00:00:00 2001 From: GLolol Date: Thu, 9 Oct 2014 13:32:19 -0700 Subject: [PATCH] Anonymous: fix help for allowPrivateTarget This fixes some grammar issues previously discussed at #limnoria. --- plugins/Anonymous/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/Anonymous/config.py b/plugins/Anonymous/config.py index b64d42a30..273747561 100644 --- a/plugins/Anonymous/config.py +++ b/plugins/Anonymous/config.py @@ -56,9 +56,9 @@ conf.registerChannelValue(conf.supybot.plugins.Anonymous, 'requireCapability', registry.String('', _("""Determines what capability (if any) the bot should require people trying to use this plugin to have."""))) conf.registerGlobalValue(conf.supybot.plugins.Anonymous, 'allowPrivateTarget', - registry.Boolean(False, _("""Determines whether the bot will allow - "tell" command to be used. If this is true, the bot will allow people - "tell" command to send private messages to other users."""))) + registry.Boolean(False, _("""Determines whether the bot will allow the + "tell" command to be used. If true, the bot will allow the "tell" + command to send private messages to other users."""))) # vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79: