mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 14:40:51 +01:00
Relay: fix typo (parts --> part).
This commit is contained in:
parent
4505060e04
commit
19a8bf556f
@ -64,7 +64,7 @@ conf.registerChannelValue(Relay, 'topicSync',
|
|||||||
conf.registerChannelValue(Relay, 'hostmasks',
|
conf.registerChannelValue(Relay, 'hostmasks',
|
||||||
registry.Boolean(True, _("""Determines whether the bot will relay the
|
registry.Boolean(True, _("""Determines whether the bot will relay the
|
||||||
hostmask of the person joining or parting the channel when they join
|
hostmask of the person joining or parting the channel when they join
|
||||||
or parts.""")))
|
or part.""")))
|
||||||
conf.registerChannelValue(Relay, 'includeNetwork',
|
conf.registerChannelValue(Relay, 'includeNetwork',
|
||||||
registry.Boolean(True, _("""Determines whether the bot will include the
|
registry.Boolean(True, _("""Determines whether the bot will include the
|
||||||
network in relayed PRIVMSGs; if you're only relaying between two networks,
|
network in relayed PRIVMSGs; if you're only relaying between two networks,
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"POT-Creation-Date: 2014-05-11 16:47+EEST\n"
|
"POT-Creation-Date: 2014-05-11 16:57+EEST\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -43,7 +43,7 @@ msgstr ""
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Determines whether the bot will relay the\n"
|
"Determines whether the bot will relay the\n"
|
||||||
" hostmask of the person joining or parting the channel when they join\n"
|
" hostmask of the person joining or parting the channel when they join\n"
|
||||||
" or parts."
|
" or part."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: config.py:69
|
#: config.py:69
|
||||||
|
Loading…
x
Reference in New Issue
Block a user