Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/FGR_T0202.py
diff options
context:
space:
mode:
Diffstat (limited to 'FGR_T0202.py')
-rw-r--r--FGR_T0202.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/FGR_T0202.py b/FGR_T0202.py
index 18a2de2..40034e7 100644
--- a/FGR_T0202.py
+++ b/FGR_T0202.py
@@ -133,8 +133,8 @@ class FGR_T0202(gtk.Widget):
self.ventana_real.blit(pygame.transform.scale(self.ventana, self.resolucionreal), (0,0))
pygame.display.update()
pygame.time.wait(1000)
- text1= "Excelente, Arturo les agradece su ayuda. Por haber contestado correctamente y haber"
- text2= "ayudado a Arturo se ganaron 2 stickers. Les falta sólo 1 para completar este nivel."
+ text1= "¡Sigan así y"
+ text2= "serán un equipo 5 estrellas!"
mensaje= Mensaje(self, "Victory", text1, text2)
self.fondo= self.fondo1
self.ventana.blit(self.fondo, (0,0))
@@ -162,8 +162,8 @@ class FGR_T0202(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= "Te faltaron unos pocos segundos."
+ text2= "¡Inténtenlo nuevamente!"
mensaje= Mensaje(self, "End", text1, text2)
self.fondo= self.fondo1
self.ventana.blit(self.fondo, (0,0))