mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 03:02:52 +01:00
Fix typo in conf.py.
This commit is contained in:
parent
fb0862f220
commit
eb15e1934c
@ -5,7 +5,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"POT-Creation-Date: 2013-07-26 09:20+UTC\n"
|
"POT-Creation-Date: 2013-07-26 09:23+UTC\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"
|
||||||
@ -459,7 +459,7 @@ msgstr ""
|
|||||||
#: src/conf.py:458
|
#: src/conf.py:458
|
||||||
msgid ""
|
msgid ""
|
||||||
"Determines whether the bot will always prefix\n"
|
"Determines whether the bot will always prefix\n"
|
||||||
" theuser's nick to its reply to that user's command."
|
" the user's nick to its reply to that user's command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/conf.py:462
|
#: src/conf.py:462
|
||||||
|
@ -456,7 +456,7 @@ registerGlobalValue(supybot.reply, 'withNoticeWhenPrivate',
|
|||||||
|
|
||||||
registerChannelValue(supybot.reply, 'withNickPrefix',
|
registerChannelValue(supybot.reply, 'withNickPrefix',
|
||||||
registry.Boolean(True, _("""Determines whether the bot will always prefix
|
registry.Boolean(True, _("""Determines whether the bot will always prefix
|
||||||
theuser's nick to its reply to that user's command.""")))
|
the user's nick to its reply to that user's command.""")))
|
||||||
|
|
||||||
registerChannelValue(supybot.reply, 'whenNotAddressed',
|
registerChannelValue(supybot.reply, 'whenNotAddressed',
|
||||||
registry.Boolean(False, _("""Determines whether the bot should attempt to
|
registry.Boolean(False, _("""Determines whether the bot should attempt to
|
||||||
|
Loading…
Reference in New Issue
Block a user