NickCapture: Fix plugin help and l10n-fr. Closes GH-116.

This commit is contained in:
Valentin Lorentz 2011-08-07 12:02:06 +02:00
parent 2e0f33f655
commit 52e0bc5ac0
4 changed files with 5 additions and 5 deletions

View File

@ -27,10 +27,10 @@ msgstr "Détermine tous les combien de temps (en secondes) le bot vérifiera son
#: plugin.py:41
msgid ""
"This module constantly tries to take whatever nick is configured as\n"
"This plugin constantly tries to take whatever nick is configured as\n"
" supybot.nick. Just make sure that's set appropriately, and thus plugin\n"
" will do the rest."
msgstr "Ce module essaye constament de récupérer le nick configuré dans supybot.nick. Assurez-vous de le configurer correctement, et ce plugin fera le reste."
msgstr "Ce plugin essaye constament de récupérer le nick configuré dans supybot.nick. Assurez-vous de le configurer correctement, et ce plugin fera le reste."
#: plugin.py:90
msgid "This is returned by the ISON command."

View File

@ -30,7 +30,7 @@ msgstr ""
#: plugin.py:40
#, docstring
msgid ""
"This module constantly tries to take whatever nick is configured as\n"
"This plugin constantly tries to take whatever nick is configured as\n"
" supybot.nick. Just make sure that's set appropriately, and thus plugin\n"
" will do the rest."
msgstr ""

View File

@ -37,7 +37,7 @@ from supybot.i18n import PluginInternationalization, internationalizeDocstring
_ = PluginInternationalization('NickCapture')
class NickCapture(callbacks.Plugin):
"""This module constantly tries to take whatever nick is configured as
"""This plugin constantly tries to take whatever nick is configured as
supybot.nick. Just make sure that's set appropriately, and thus plugin
will do the rest."""
public = False

View File

@ -1,3 +1,3 @@
"""stick the various versioning attributes in here, so we only have to change
them once."""
version = '0.83.4.1+limnoria (2011-08-07T11:59:19+0200)'
version = '0.83.4.1+limnoria (2011-08-07T12:02:06+0200)'