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. """