[Tux4kids-commits] r486 - tuxmath/trunk/src

huftis-guest at alioth.debian.org huftis-guest at alioth.debian.org
Fri May 9 18:52:58 UTC 2008


Author: huftis-guest
Date: 2008-05-09 18:52:57 +0000 (Fri, 09 May 2008)
New Revision: 486

Modified:
   tuxmath/trunk/src/game.c
Log:
Fixed a comma splice.

Modified: tuxmath/trunk/src/game.c
===================================================================
--- tuxmath/trunk/src/game.c	2008-05-07 22:19:26 UTC (rev 485)
+++ tuxmath/trunk/src/game.c	2008-05-09 18:52:57 UTC (rev 486)
@@ -720,7 +720,7 @@
   
   speed = 2;
   game_set_message(&s1,_("If an igloo gets hit by a comet,"),left_edge,100);
-  game_set_message(&s2,_("it melts. But don't worry, the"),left_edge,135);
+  game_set_message(&s2,_("it melts. But don't worry: the"),left_edge,135);
   game_set_message(&s3,_("penguin is OK!"),left_edge,170);
   game_set_message(&s4,_("Just watch what happens:"),left_edge,225);
   game_set_message(&s5,_("(Press a key to start)"),left_edge,260);




More information about the Tux4kids-commits mailing list