Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/recursos/4artigas/datos/levels.py
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2012-12-23 22:20:54 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2012-12-23 22:20:54 (GMT)
commit9cf933171bd2c937be46317774688c691cc18494 (patch)
tree23aff3d66f4128b19f7f22b7d39112857ed25f48 /recursos/4artigas/datos/levels.py
parent47d2421f4728a559e7518d6ba5004b165594d699 (diff)
add other changes in uruguay routes and artigas
Diffstat (limited to 'recursos/4artigas/datos/levels.py')
-rw-r--r--recursos/4artigas/datos/levels.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/recursos/4artigas/datos/levels.py b/recursos/4artigas/datos/levels.py
index 45cc224..f64b781 100644
--- a/recursos/4artigas/datos/levels.py
+++ b/recursos/4artigas/datos/levels.py
@@ -38,7 +38,7 @@ LEVEL3 = [
(_('Arroyo Palma Sola Grande'), _("It's in the southwest")),
(_('Arroyo Sarandí'), _("It's in the southwest")),
(_('Arroyo Yucutuya'), _('Flows in the %s') % _('Río Cuareim')),
- (_('Arroyo Cuaro Grande'), _('Es uno de los más\nlargos del departamento')),
+ (_('Arroyo Cuaro Grande'), _('Try again')),
(_('Arroyo Cuaro Chico'), _("It's in the center")),
(_('Arroyo Pelado'), _("It's in the center")),
(_('Arroyo Tres Cruces Grande'), _('Flows in the %s') % _('Río Cuareim')),
@@ -67,8 +67,8 @@ LEVEL4 = [
(_('the %(f)s') % {'f': _('Cuchilla Yacaré Cururú')}, 4, _('Cuchilla Yacaré Cururú'), _('Try again')),
(_('the %(f)s') % {'f': _('Cuchilla de Belén')}, 4, _('Cuchilla de Belén'), _('Try again')),
(_('the %(m)s') % {'m': _('Cerro Chato')}, 5, _('Cerro Chato'), _("It's in the north")),
- (_('the %(m)s') % {'m': _('Tres Cerros de Catalán')}, 5, _('Tres Cerros de Catalán'), _('Están al este')),
- (_('the %(m)s') % {'m': _('Cerro Pintado')}, 5, _('Cerro Pintado'), _('Está cerca de la capital'))
+ (_('the %(m)s') % {'m': _('Tres Cerros de Catalán')}, 5, _('Tres Cerros de Catalán'), _('Try again')),
+ (_('the %(m)s') % {'m': _('Cerro Pintado')}, 5, _('Cerro Pintado'), _('Try again'))
]
]