Conditional: fix typo.

This commit is contained in:
Valentin Lorentz 2011-07-08 10:41:36 +02:00
parent 2823cb49cd
commit 6831b75d72
5 changed files with 6 additions and 6 deletions

View File

@ -214,7 +214,7 @@ msgid ""
"<item1> <item2>\n" "<item1> <item2>\n"
"\n" "\n"
" Does a numeric comparison on <item1> and <item2>.\n" " Does a numeric comparison on <item1> and <item2>.\n"
" Returns true if they <item1> is greater than <item2>.\n" " Returns true if <item1> is greater than <item2>.\n"
" " " "
msgstr "" msgstr ""
"<item1> <item2>\n" "<item1> <item2>\n"

View File

@ -1,6 +1,6 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Gribble\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2011-06-28 19:37+CEST\n" "POT-Creation-Date: 2011-06-28 19:37+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
@ -184,7 +184,7 @@ msgid ""
"<item1> <item2>\n" "<item1> <item2>\n"
"\n" "\n"
" Does a numeric comparison on <item1> and <item2>.\n" " Does a numeric comparison on <item1> and <item2>.\n"
" Returns true if they <item1> is greater than <item2>.\n" " Returns true if <item1> is greater than <item2>.\n"
" " " "
msgstr "" msgstr ""
"<élément1> <élément2>\n" "<élément1> <élément2>\n"

View File

@ -163,7 +163,7 @@ msgid ""
"<item1> <item2>\n" "<item1> <item2>\n"
"\n" "\n"
" Does a numeric comparison on <item1> and <item2>.\n" " Does a numeric comparison on <item1> and <item2>.\n"
" Returns true if they <item1> is greater than <item2>.\n" " Returns true if <item1> is greater than <item2>.\n"
" " " "
msgstr "" msgstr ""

View File

@ -250,7 +250,7 @@ class Conditional(callbacks.Plugin):
"""<item1> <item2> """<item1> <item2>
Does a numeric comparison on <item1> and <item2>. Does a numeric comparison on <item1> and <item2>.
Returns true if they <item1> is greater than <item2>. Returns true if <item1> is greater than <item2>.
""" """
if item1 > item2: if item1 > item2:
irc.reply('true') irc.reply('true')

View File

@ -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-07T13:33:30+0200)' version = '0.83.4.1+limnoria (2011-07-08T10:41:36+0200)'