mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-12 13:12:35 +01:00
Conditional: fix typo.
This commit is contained in:
parent
2823cb49cd
commit
6831b75d72
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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 ""
|
||||||
|
|
||||||
|
@ -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')
|
||||||
|
@ -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)'
|
||||||
|
Loading…
Reference in New Issue
Block a user