Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2012-12-29 12:09:43 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2012-12-29 12:09:43 (GMT)
commit82f7a8e6ee885db150f3b722566fdb13d3cb62f7 (patch)
tree578b7d0766a65e00c0194e66d247242d37b16fb1
parentcdd98e3cadb1caa5bd3ae7c0cee6a69904a233cf (diff)
minor fixes in colonia and durazno
-rw-r--r--recursos/4colonia/datos/levels.py2
-rw-r--r--recursos/4durazno/datos/levels.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/recursos/4colonia/datos/levels.py b/recursos/4colonia/datos/levels.py
index 383f225..e2e2087 100644
--- a/recursos/4colonia/datos/levels.py
+++ b/recursos/4colonia/datos/levels.py
@@ -14,7 +14,7 @@ LEVEL1 = [
(_('the city of %s') % _('Nueva Palmira'), 2, _('Nueva Palmira'), _('Has an important port')),
(_('the city of %s') % _('Carmelo'), 2, _('Carmelo'), _('Founded by Artigas\nin the west of\nthe department')),
(_('the town of %s') % _('Conchillas'), 2, _('Conchillas'), _('Had an important\nmining activity in\nthe west of the department')),
- (_('the town of %s') % _('Antolin'), 2, _('Antolin'), _("The Arroyo San Juan\nasses through here")),
+ (_('the town of %s') % _('Antolin'), 2, _('Antolin'), _("The Arroyo San Juan\npasses through here")),
(_('the town of %s') % _('La Estanzuela'), 2, _('La Estanzuela'), _('Has an important\nresearch center')),
(_('the town of %s') % _('Semillero'), 2, _('Semillero'), _('known as the\n"bread basket of Uruguay"')),
(_('the town of %s') % _('Ombúes de Lavalle'), 2, _('Ombúes de Lavalle'), _("It's on the border\nwith %s") % _('Soriano')),
diff --git a/recursos/4durazno/datos/levels.py b/recursos/4durazno/datos/levels.py
index 0122bd2..455387b 100644
--- a/recursos/4durazno/datos/levels.py
+++ b/recursos/4durazno/datos/levels.py
@@ -35,7 +35,7 @@ LEVEL2 = [
(_('the town of %s') % _('Aguas Buenas'), 2, _('Aguas Buenas'), _("It's in the north")),
(_('the town of %s') % _('Alvarez'), 2, _('Pueblo de Alvarez'), _("It's in the northeast")),
(_('the town of %s') % _('Feliciano'), 2, _('Feliciano'), _("It's in the west")),
- (_('the town of %s') % _('Ombúes de Oribe'), 2, _('Ombúes de Oribe'), _('Está al centro')),
+ (_('the town of %s') % _('Ombúes de Oribe'), 2, _('Ombúes de Oribe'), _("It's in the center")),
(_('the town of %s') % _('Rossell y Rius'), 2, _('Rossell y Rius'), _("It's in the southeast")),
(_('the town of %s') % _('San Jorge'), 2, _('San Jorge'), _("It's in the north")),
(_('the town of %s') % _('Carmen'), 2, _('Carmen'), _("It's in the south")),