Skip to content

Commit 4ed318d

Browse files
Mikaelaprogval
authored andcommitted
NickCapture: fix typo thus -> this
1 parent 7cd700b commit 4ed318d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

plugins/NickCapture/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Usage
1313
-----
1414

1515
This plugin constantly tries to take whatever nick is configured as
16-
supybot.nick. Just make sure that's set appropriately, and thus plugin
16+
supybot.nick. Just make sure that's set appropriately, and this plugin
1717
will do the rest.
1818

1919
.. _conf-NickCapture:

plugins/NickCapture/locales/de.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ msgstr ""
3131
#: plugin.py:41
3232
msgid ""
3333
"This plugin constantly tries to take whatever nick is configured as\n"
34-
" supybot.nick. Just make sure that's set appropriately, and thus plugin\n"
34+
" supybot.nick. Just make sure that's set appropriately, and this plugin\n"
3535
" will do the rest."
3636
msgstr ""
3737
"Dieses Plugin versucht dauernd den Nick der in supybot.nick konfiguriert ist "

plugins/NickCapture/locales/fi.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ msgstr ""
3434
#: plugin.py:41
3535
msgid ""
3636
"This plugin constantly tries to take whatever nick is configured as\n"
37-
" supybot.nick. Just make sure that's set appropriately, and thus plugin\n"
37+
" supybot.nick. Just make sure that's set appropriately, and this plugin\n"
3838
" will do the rest."
3939
msgstr ""
4040
"Tämä lisäosa yrittää jatkuvasti ottaa sen nimimerkin, joka on määritetty\n"

plugins/NickCapture/locales/fr.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ msgstr ""
3232
#: plugin.py:41
3333
msgid ""
3434
"This plugin constantly tries to take whatever nick is configured as\n"
35-
" supybot.nick. Just make sure that's set appropriately, and thus plugin\n"
35+
" supybot.nick. Just make sure that's set appropriately, and this plugin\n"
3636
" will do the rest."
3737
msgstr ""
3838
"Ce plugin essaye constament de récupérer le nick configuré dans supybot."

plugins/NickCapture/locales/it.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ msgstr ""
2828
#: plugin.py:41
2929
msgid ""
3030
"This plugin constantly tries to take whatever nick is configured as\n"
31-
" supybot.nick. Just make sure that's set appropriately, and thus plugin\n"
31+
" supybot.nick. Just make sure that's set appropriately, and this plugin\n"
3232
" will do the rest."
3333
msgstr ""
3434
"Questo plugin cerca costantemente di ottenere qualsiasi nick sia impostato\n"

plugins/NickCapture/messages.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ msgstr ""
3131
#, docstring
3232
msgid ""
3333
"This plugin constantly tries to take whatever nick is configured as\n"
34-
" supybot.nick. Just make sure that's set appropriately, and thus plugin\n"
34+
" supybot.nick. Just make sure that's set appropriately, and this plugin\n"
3535
" will do the rest."
3636
msgstr ""
3737

plugins/NickCapture/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

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

0 commit comments

Comments
 (0)