Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/BiblioJAM/JAMLabel.py
diff options
context:
space:
mode:
Diffstat (limited to 'BiblioJAM/JAMLabel.py')
-rw-r--r--BiblioJAM/JAMLabel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/BiblioJAM/JAMLabel.py b/BiblioJAM/JAMLabel.py
index f5cd160..ccd2137 100644
--- a/BiblioJAM/JAMLabel.py
+++ b/BiblioJAM/JAMLabel.py
@@ -299,7 +299,7 @@ class Ejemplo(object):
color = random.choice(colores)
self.widgets.sprites()[0].set_text(tipo=None, tamanio=None, color=color, texto=None)
if modificar == "texto":
- textos= ["JAMLabel", _("Press escape to leave anytime"), _("Modifying Text in JAMLabel"), "CeibalJAM 2011"]
+ textos= ["JAMLabel", _("Press escape to leave anytime"), _("Modifying text in JAMLabel"), "CeibalJAM 2011"]
texto = random.choice(textos)
self.widgets.sprites()[0].set_text(tipo=None, tamanio=None, color=None, texto=texto)
return 0