From add80364ee7c3e1fc31667fba333112eb37b8bf9 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 26 Jun 2011 19:25:11 +0200 Subject: [PATCH] Limiter: fix typo. Closes GH-35 --- plugins/Limiter/locale/fr.po | 2 +- plugins/Limiter/messages.pot | 2 +- plugins/Limiter/plugin.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/Limiter/locale/fr.po b/plugins/Limiter/locale/fr.po index 317f2c157..747d3e119 100644 --- a/plugins/Limiter/locale/fr.po +++ b/plugins/Limiter/locale/fr.po @@ -39,7 +39,7 @@ msgid "" "In order to use this plugin, its config values need to be properly\n" " setup. supybot.plugins.Limiter.enable needs to be set to True and\n" " supybot.plugins.Limiter.{maximumExcess,minimumExcess} should be set to\n" -" values appropriate to your channel (if the defaults aren't satisfactory.\n" +" values appropriate to your channel (if the defaults aren't satisfactory).\n" " Once these are set, and someone enters/leaves the channel, Supybot will\n" " start setting the proper +l modes.\n" " " diff --git a/plugins/Limiter/messages.pot b/plugins/Limiter/messages.pot index 3dcf93fe1..1be6be5ba 100644 --- a/plugins/Limiter/messages.pot +++ b/plugins/Limiter/messages.pot @@ -42,7 +42,7 @@ msgid "" "In order to use this plugin, its config values need to be properly\n" " setup. supybot.plugins.Limiter.enable needs to be set to True and\n" " supybot.plugins.Limiter.{maximumExcess,minimumExcess} should be set to\n" -" values appropriate to your channel (if the defaults aren't satisfactory.\n" +" values appropriate to your channel (if the defaults aren't satisfactory).\n" " Once these are set, and someone enters/leaves the channel, Supybot will\n" " start setting the proper +l modes.\n" " " diff --git a/plugins/Limiter/plugin.py b/plugins/Limiter/plugin.py index 22a31df0a..b34b03319 100644 --- a/plugins/Limiter/plugin.py +++ b/plugins/Limiter/plugin.py @@ -39,7 +39,7 @@ class Limiter(callbacks.Plugin): """In order to use this plugin, its config values need to be properly setup. supybot.plugins.Limiter.enable needs to be set to True and supybot.plugins.Limiter.{maximumExcess,minimumExcess} should be set to - values appropriate to your channel (if the defaults aren't satisfactory. + values appropriate to your channel (if the defaults aren't satisfactory). Once these are set, and someone enters/leaves the channel, Supybot will start setting the proper +l modes. """