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-19 08:48:43 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2012-12-19 08:48:43 (GMT)
commit8226a261fc5c7832971ea801c29d128577bb108f (patch)
tree89c14bc2560be4810ed90b0e2452b42f2e9ac92c
parent8e98e48819a114a943d9b5f8a58038586b84c727 (diff)
specify type of question type
-rwxr-xr-xconozcouy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conozcouy.py b/conozcouy.py
index 3d5e34c..b47d0d9 100755
--- a/conozcouy.py
+++ b/conozcouy.py
@@ -491,7 +491,7 @@ class ConozcoUy():
texto = _('the %s') % respuesta
elif (index == 15):
tipo = 3
- texto = _('the %s river') % respuesta
+ texto = _('the %(river)s') % {'river': respuesta}
elif (index == 5):
tipo = 6
texto = _('the %(route)s') % {'route': respuesta}