NickCapture: fix typo thus -> this

This commit is contained in:
Aminda Suomalainen 2023-10-16 22:03:55 +03:00 committed by Val Lorentz
parent 7cd700b4ae
commit 4ed318d06f
7 changed files with 7 additions and 7 deletions

View File

@ -13,7 +13,7 @@ Usage
-----
This plugin constantly tries to take whatever nick is configured as
supybot.nick. Just make sure that's set appropriately, and thus plugin
supybot.nick. Just make sure that's set appropriately, and this plugin
will do the rest.
.. _conf-NickCapture:

View File

@ -31,7 +31,7 @@ msgstr ""
#: plugin.py:41
msgid ""
"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"
" supybot.nick. Just make sure that's set appropriately, and this plugin\n"
" will do the rest."
msgstr ""
"Dieses Plugin versucht dauernd den Nick der in supybot.nick konfiguriert ist "

View File

@ -34,7 +34,7 @@ msgstr ""
#: plugin.py:41
msgid ""
"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"
" supybot.nick. Just make sure that's set appropriately, and this plugin\n"
" will do the rest."
msgstr ""
"Tämä lisäosa yrittää jatkuvasti ottaa sen nimimerkin, joka on määritetty\n"

View File

@ -32,7 +32,7 @@ msgstr ""
#: plugin.py:41
msgid ""
"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"
" supybot.nick. Just make sure that's set appropriately, and this plugin\n"
" will do the rest."
msgstr ""
"Ce plugin essaye constament de récupérer le nick configuré dans supybot."

View File

@ -28,7 +28,7 @@ msgstr ""
#: plugin.py:41
msgid ""
"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"
" supybot.nick. Just make sure that's set appropriately, and this plugin\n"
" will do the rest."
msgstr ""
"Questo plugin cerca costantemente di ottenere qualsiasi nick sia impostato\n"

View File

@ -31,7 +31,7 @@ msgstr ""
#, docstring
msgid ""
"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"
" supybot.nick. Just make sure that's set appropriately, and this plugin\n"
" will do the rest."
msgstr ""

View File

@ -39,7 +39,7 @@ _ = PluginInternationalization('NickCapture')
class NickCapture(callbacks.Plugin):
"""This plugin constantly tries to take whatever nick is configured as
supybot.nick. Just make sure that's set appropriately, and thus plugin
supybot.nick. Just make sure that's set appropriately, and this plugin
will do the rest."""
public = False
def __init__(self, irc):