Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-08-09 15:55:48 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-08-09 15:55:48 (GMT)
commitfe12d49ba87538d382a5b3bd08571a0ba9830b72 (patch)
tree22799c7a7c27deaba1055d59148e3ea7301834cd
parent23e94c477aac4e90e7601ce9cc84e1b5098b7458 (diff)
try again if wrong (up to 3x)
-rw-r--r--food.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/food.py b/food.py
index bd7fc2a..6798fd3 100644
--- a/food.py
+++ b/food.py
@@ -39,7 +39,7 @@ _('milk'), 57, 1, 'leche.png',
_('lettuce'), 19, 5, 'lechuga.png',
_('lemon'), 30, 2, 'limon.png',
_('flax seed'), 450, 4, 'linaza.png',
-_('corn'), 346, 4, 'maiz.png',
+# _('corn'), 346, 4, 'maiz.png',
_('mandarin'), 44, 2, 'mandarina.png',
_('mango'), 73, 2, 'mango.png',
_('apple'), 65, 2, 'manzana.png',
@@ -69,7 +69,7 @@ _('rice and beans'), 411, 4, 'rice-and-beans.png',
_('watermelon'), 47, 2, 'sandia.png',
#TRANS: A seed used to make horchata (common in Central America)
_('jicaro'), 30, 4, 'semillas-de-jicaro.png',
-_('tamale'), 126, 5, 'nacatamal.png',
+# _('tamale'), 126, 5, 'nacatamal.png',
_('tomato'), 16, 5, 'tomate.png',
_('wheat'), 345, 4, 'trigo.png',
_('grape'), 68, 2, 'uvas.png',