Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/FGR_T0102.py
diff options
context:
space:
mode:
Diffstat (limited to 'FGR_T0102.py')
-rw-r--r--FGR_T0102.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/FGR_T0102.py b/FGR_T0102.py
index f00fbb7..324a7c3 100644
--- a/FGR_T0102.py
+++ b/FGR_T0102.py
@@ -165,8 +165,8 @@ class FGR_T0102(gtk.Widget):
self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0))
pygame.display.update()
pygame.time.wait(1000)
- text1= "Bien, consiguieron su primer sticker!"
- text2= ""
+ text1= "¡Lo hicieron muy bien,"
+ text2= "sigan así!"
mensaje= Mensaje(self, "Victory", text1, text2)
self.fondo= self.fondo1
self.ventana.blit(self.fondo, (0,0))
@@ -195,8 +195,8 @@ class FGR_T0102(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= "Unos segundos más y lo conseguían."
+ text2= "¡Inténtenlo de nuevo!"
mensaje= Mensaje(self, "End", text1, text2)
self.fondo= self.fondo1
self.ventana.blit(self.fondo, (0,0))