Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/recursos/4artigas/datos/4artigas.py
diff options
context:
space:
mode:
Diffstat (limited to 'recursos/4artigas/datos/4artigas.py')
-rw-r--r--recursos/4artigas/datos/4artigas.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/recursos/4artigas/datos/4artigas.py b/recursos/4artigas/datos/4artigas.py
index 036bc56..7c18c99 100644
--- a/recursos/4artigas/datos/4artigas.py
+++ b/recursos/4artigas/datos/4artigas.py
@@ -70,7 +70,7 @@ HILLS = [
]
ROUTES = [
- (_('Ruta 3'), 250, 98, 316, 75),
- (_('Ruta 4'), 249, 425, 398, 50),
- (_('Ruta 30'), 248, 378, 291, 0)
+ (_('Route %s') % 3, 250, 98, 316, 75),
+ (_('Route %s') % 4, 249, 425, 398, 50),
+ (_('Route %s') % 30, 248, 378, 291, 0)
]