conf.py: Fix typo.

This commit is contained in:
skizzhg 2012-09-10 18:10:18 +02:00 committed by Valentin Lorentz
parent f63148849c
commit 84931cd0ea
6 changed files with 6 additions and 6 deletions

View File

@ -379,7 +379,7 @@ msgstr ""
#: ../src/conf.py:383
msgid ""
"Determines whether the bot will reply\n"
" privatelywhen replying in a channel, rather than replying to the whole\n"
" privately when replying in a channel, rather than replying to the whole\n"
" channel."
msgstr ""

View File

@ -533,7 +533,7 @@ msgstr ""
#: src/conf.py:403
msgid ""
"Determines whether the bot will reply\n"
" privatelywhen replying in a channel, rather than replying to the whole\n"
" privately when replying in a channel, rather than replying to the whole\n"
" channel."
msgstr ""
"Määrittää vastaako botti yksityisesti, kun vastaa \n"

View File

@ -422,7 +422,7 @@ msgstr "Détermine si le bot enverra un message d'erreur aux utilisateurs qui
#: ../src/conf.py:403
msgid ""
"Determines whether the bot will reply\n"
" privatelywhen replying in a channel, rather than replying to the whole\n"
" privately when replying in a channel, rather than replying to the whole\n"
" channel."
msgstr "Détermine si le bot répondra en privé, plutôt que de répondre sur le canal."

View File

@ -438,7 +438,7 @@ msgstr ""
#: src/conf.py:403
msgid ""
"Determines whether the bot will reply\n"
" privatelywhen replying in a channel, rather than replying to the whole\n"
" privately when replying in a channel, rather than replying to the whole\n"
" channel."
msgstr "Determina se il bot risponderà in privato piuttosto che in canale."

View File

@ -412,7 +412,7 @@ msgstr ""
#: src/conf.py:403
msgid ""
"Determines whether the bot will reply\n"
" privatelywhen replying in a channel, rather than replying to the whole\n"
" privately when replying in a channel, rather than replying to the whole\n"
" channel."
msgstr ""

View File

@ -407,7 +407,7 @@ registerChannelValue(supybot.reply.error, 'noCapability',
registerChannelValue(supybot.reply, 'inPrivate',
registry.Boolean(False, _("""Determines whether the bot will reply
privatelywhen replying in a channel, rather than replying to the whole
privately when replying in a channel, rather than replying to the whole
channel.""")))
registerChannelValue(supybot.reply, 'withNotice',