Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/recursos/4san_jose/datos/levels.py
diff options
context:
space:
mode:
Diffstat (limited to 'recursos/4san_jose/datos/levels.py')
-rw-r--r--recursos/4san_jose/datos/levels.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/recursos/4san_jose/datos/levels.py b/recursos/4san_jose/datos/levels.py
index 81600ca..6618ad3 100644
--- a/recursos/4san_jose/datos/levels.py
+++ b/recursos/4san_jose/datos/levels.py
@@ -97,9 +97,9 @@ LEVEL5 = [
[
(_('Route %s') % 1, _('Va hasta Montevideo')),
(_('Route %s') % 3, _('Va hacia el norte')),
- (_('Route %s') % 11, _('Passes through of %s') % _('Santa Lucía')),
- (_('Route %s') % 23, _('Passes through of %s') % _('Ismael Cortinas')),
- (_('Route %s') % 45, _('Passes through of %s') % _('Villa Rodríguez'))
+ (_('Route %s') % 11, _('Passes through %s') % _('Santa Lucía')),
+ (_('Route %s') % 23, _('Passes through %s') % _('Ismael Cortinas')),
+ (_('Route %s') % 45, _('Passes through %s') % _('Villa Rodríguez'))
]
]