mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 12:49:24 +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',
|
||||
registry.Boolean(True, _("""Determines whether the bot will relay the
|
||||
hostmask of the person joining or parting the channel when they join
|
||||
or parts.""")))
|
||||
or part.""")))
|
||||
conf.registerChannelValue(Relay, 'includeNetwork',
|
||||
registry.Boolean(True, _("""Determines whether the bot will include the
|
||||
network in relayed PRIVMSGs; if you're only relaying between two networks,
|
||||
|
@ -5,7 +5,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"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"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -43,7 +43,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"Determines whether the bot will relay the\n"
|
||||
" hostmask of the person joining or parting the channel when they join\n"
|
||||
" or parts."
|
||||
" or part."
|
||||
msgstr ""
|
||||
|
||||
#: config.py:69
|
||||
|
Loading…
Reference in New Issue
Block a user