Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/BiblioJAM/JAMDialog.py
diff options
context:
space:
mode:
Diffstat (limited to 'BiblioJAM/JAMDialog.py')
-rw-r--r--BiblioJAM/JAMDialog.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/BiblioJAM/JAMDialog.py b/BiblioJAM/JAMDialog.py
index 0071e72..a93d308 100644
--- a/BiblioJAM/JAMDialog.py
+++ b/BiblioJAM/JAMDialog.py
@@ -307,7 +307,7 @@ class Ejemplo(object):
color = random.choice(colores)
self.widgets.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.set_text(tipo=None, tamanio=None, color=None, texto=texto)
return 0
@@ -373,7 +373,7 @@ class Ejemplo(object):
color = random.choice(colores)
self.widgets.set_text_buttons(color=color)
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.set_text_buttons(textoaceptar=texto, textocancelar=texto)
return 0