Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/recursos/4treinta_y_tres/datos/levels.py
diff options
context:
space:
mode:
Diffstat (limited to 'recursos/4treinta_y_tres/datos/levels.py')
-rw-r--r--recursos/4treinta_y_tres/datos/levels.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/recursos/4treinta_y_tres/datos/levels.py b/recursos/4treinta_y_tres/datos/levels.py
index 400a8fc..4b55e9a 100644
--- a/recursos/4treinta_y_tres/datos/levels.py
+++ b/recursos/4treinta_y_tres/datos/levels.py
@@ -71,12 +71,12 @@ LEVEL5 = [
['rutas', 'capitales'],
['capitales', 'ciudades'],
[
- (_('Route %s') % 8, _('Passes through of departamental capital')),
+ (_('Route %s') % 8, _('Passes through departamental capital')),
(_('Route %s') % 19, _('Comes from %s') % _('Florida')),
- (_('Route %s') % 7, _('Passes through of the limit with %s') % _('Florida')),
- (_('Route %s') % 98, _('Passes through of %s') % _('Isla Patrulla')),
- (_('Route %s') % 18, _('Passes through of %s') % _('Vergara')),
- (_('Route %s') % 17, _('Passes through of %s') % _('La Charqueada'))
+ (_('Route %s') % 7, _('Passes through the limit with %s') % _('Florida')),
+ (_('Route %s') % 98, _('Passes through %s') % _('Isla Patrulla')),
+ (_('Route %s') % 18, _('Passes through %s') % _('Vergara')),
+ (_('Route %s') % 17, _('Passes through %s') % _('La Charqueada'))
]
]