diff --git a/plugins/Conditional/locale/fi.po b/plugins/Conditional/locale/fi.po index 8fc6a2eee..bad3da841 100644 --- a/plugins/Conditional/locale/fi.po +++ b/plugins/Conditional/locale/fi.po @@ -214,7 +214,7 @@ msgid "" " \n" "\n" " Does a numeric comparison on and .\n" -" Returns true if they is greater than .\n" +" Returns true if is greater than .\n" " " msgstr "" " \n" diff --git a/plugins/Conditional/locale/fr.po b/plugins/Conditional/locale/fr.po index 02c0e97ab..ebf6820c6 100644 --- a/plugins/Conditional/locale/fr.po +++ b/plugins/Conditional/locale/fr.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: Gribble\n" +"Project-Id-Version: Limnoria\n" "POT-Creation-Date: 2011-06-28 19:37+CEST\n" "PO-Revision-Date: \n" "Last-Translator: Valentin Lorentz \n" @@ -184,7 +184,7 @@ msgid "" " \n" "\n" " Does a numeric comparison on and .\n" -" Returns true if they is greater than .\n" +" Returns true if is greater than .\n" " " msgstr "" "<élément1> <élément2>\n" diff --git a/plugins/Conditional/messages.pot b/plugins/Conditional/messages.pot index 4d60086b4..256b73d00 100644 --- a/plugins/Conditional/messages.pot +++ b/plugins/Conditional/messages.pot @@ -163,7 +163,7 @@ msgid "" " \n" "\n" " Does a numeric comparison on and .\n" -" Returns true if they is greater than .\n" +" Returns true if is greater than .\n" " " msgstr "" diff --git a/plugins/Conditional/plugin.py b/plugins/Conditional/plugin.py index d3783ef50..323efdc9e 100644 --- a/plugins/Conditional/plugin.py +++ b/plugins/Conditional/plugin.py @@ -250,7 +250,7 @@ class Conditional(callbacks.Plugin): """ Does a numeric comparison on and . - Returns true if they is greater than . + Returns true if is greater than . """ if item1 > item2: irc.reply('true') diff --git a/src/version.py b/src/version.py index ec533fe31..632651323 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-07T13:33:30+0200)' +version = '0.83.4.1+limnoria (2011-07-08T10:41:36+0200)'