diff --git a/plugins/MessageParser/config.py b/plugins/MessageParser/config.py index 0e496aee5..27dc241be 100644 --- a/plugins/MessageParser/config.py +++ b/plugins/MessageParser/config.py @@ -74,7 +74,7 @@ conf.registerChannelValue(MessageParser, 'requireManageCapability', Note that absence of an explicit anticapability means user has capability."""))) 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."""))) # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: diff --git a/plugins/MessageParser/locale/fi.po b/plugins/MessageParser/locale/fi.po index 973a99d61..c6bf14587 100644 --- a/plugins/MessageParser/locale/fi.po +++ b/plugins/MessageParser/locale/fi.po @@ -67,7 +67,7 @@ msgstr "" #: config.py:77 msgid "" -"Determines the separator used between rexeps when\n" +"Determines the separator used between regexps when\n" " shown by the list command." msgstr "" "Määrittää erottajan, jota käytetään list komennon näyttämien\n" diff --git a/plugins/MessageParser/locale/fr.po b/plugins/MessageParser/locale/fr.po index ad75aae17..12b9d542f 100644 --- a/plugins/MessageParser/locale/fr.po +++ b/plugins/MessageParser/locale/fr.po @@ -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 msgid "" -"Determines the separator used between rexeps when\n" +"Determines the separator used between regexps when\n" " shown by the list command." msgstr "Détermine le séparateur utilisé entre les expressions régulières affichées par la commande list." diff --git a/plugins/MessageParser/messages.pot b/plugins/MessageParser/messages.pot index 8cf2374c2..9c1d9ff07 100644 --- a/plugins/MessageParser/messages.pot +++ b/plugins/MessageParser/messages.pot @@ -52,7 +52,7 @@ msgstr "" #: config.py:77 msgid "" -"Determines the separator used between rexeps when\n" +"Determines the separator used between regexps when\n" " shown by the list command." msgstr "" diff --git a/src/version.py b/src/version.py index 82a94a88e..86e9f6f95 100644 --- a/src/version.py +++ b/src/version.py @@ -1,3 +1,3 @@ """stick the various versioning attributes in here, so we only have to change 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)'