mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 22:49:23 +01:00
MessageParser: Fix typo (rexeps -> regexps).
This commit is contained in:
parent
764c6d1d78
commit
a4c0a13b1d
@ -74,7 +74,7 @@ conf.registerChannelValue(MessageParser, 'requireManageCapability',
|
|||||||
Note that absence of an explicit anticapability means user has
|
Note that absence of an explicit anticapability means user has
|
||||||
capability.""")))
|
capability.""")))
|
||||||
conf.registerChannelValue(MessageParser, 'listSeparator',
|
conf.registerChannelValue(MessageParser, 'listSeparator',
|
||||||
registry.String(', ', _("""Determines the separator used between rexeps when
|
registry.String(', ', _("""Determines the separator used between regexps when
|
||||||
shown by the list command.""")))
|
shown by the list command.""")))
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -67,7 +67,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: config.py:77
|
#: config.py:77
|
||||||
msgid ""
|
msgid ""
|
||||||
"Determines the separator used between rexeps when\n"
|
"Determines the separator used between regexps when\n"
|
||||||
" shown by the list command."
|
" shown by the list command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Määrittää erottajan, jota käytetään list komennon näyttämien\n"
|
"Määrittää erottajan, jota käytetään list komennon näyttämien\n"
|
||||||
|
@ -50,7 +50,7 @@ msgstr "Détermine les capacités requises (s'il y en a) pour gérer la base de
|
|||||||
|
|
||||||
#: config.py:77
|
#: config.py:77
|
||||||
msgid ""
|
msgid ""
|
||||||
"Determines the separator used between rexeps when\n"
|
"Determines the separator used between regexps when\n"
|
||||||
" shown by the list command."
|
" shown by the list command."
|
||||||
msgstr "Détermine le séparateur utilisé entre les expressions régulières affichées par la commande list."
|
msgstr "Détermine le séparateur utilisé entre les expressions régulières affichées par la commande list."
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: config.py:77
|
#: config.py:77
|
||||||
msgid ""
|
msgid ""
|
||||||
"Determines the separator used between rexeps when\n"
|
"Determines the separator used between regexps when\n"
|
||||||
" shown by the list command."
|
" shown by the list command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"""stick the various versioning attributes in here, so we only have to change
|
"""stick the various versioning attributes in here, so we only have to change
|
||||||
them once."""
|
them once."""
|
||||||
version = '0.83.4.1+limnoria (2011-07-16T14:27:52+0200)'
|
version = '0.83.4.1+limnoria (2011-07-17T15:21:07+0200)'
|
||||||
|
Loading…
Reference in New Issue
Block a user