Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/FGR_T0302.py
diff options
context:
space:
mode:
authorflavio <fdanesse@gmail.com>2012-04-09 22:32:04 (GMT)
committer flavio <fdanesse@gmail.com>2012-04-09 22:32:04 (GMT)
commit38ecb78796e80bcbdc5a8a8b6e11b565eeb9e2d1 (patch)
tree321f7c713cdb810093964a1204c6c0cdb97e7608 /FGR_T0302.py
parent4f317bde4c39822c7db3a4f26b5e17419dcbd61d (diff)
Diffstat (limited to 'FGR_T0302.py')
-rw-r--r--FGR_T0302.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/FGR_T0302.py b/FGR_T0302.py
index 48807ee..444353d 100644
--- a/FGR_T0302.py
+++ b/FGR_T0302.py
@@ -134,8 +134,8 @@ class FGR_T0302(gtk.Widget):
self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0))
pygame.display.update()
pygame.time.wait(1000)
- text1= "Excelente, ahora sí que están preparados para circular en bici."
- text2= "Consiguieron otro sticker, les falta sólo 1 para completar la imagen."
+ text1= "Muy bien,"
+ text2= "sigan demostrando todo lo que saben!"
mensaje= Mensaje(self, "Victory", text1, text2)
self.fondo= self.fondo1
self.ventana.blit(self.fondo, (0,0))
@@ -163,8 +163,8 @@ class FGR_T0302(gtk.Widget):
self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0))
pygame.display.update()
pygame.time.wait(1000)
- text1= "Te han Faltado Unos Segundos Para Completar la Actividad."
- text2= "Prueba Nuevamente."
+ text1= "Les faltaron algunos segundos."
+ text2= "¡Inténtenlo nuevamente!"
mensaje= Mensaje(self, "End", text1, text2)
self.fondo= self.fondo1
self.ventana.blit(self.fondo, (0,0))