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

dbruce-guest at alioth.debian.org dbruce-guest at alioth.debian.org
Tue Feb 5 11:08:05 UTC 2008


Author: dbruce-guest
Date: 2008-02-05 11:08:05 +0000 (Tue, 05 Feb 2008)
New Revision: 425

Modified:
   tuxmath/trunk/src/titlescreen.c
Log:
enable translation of titlescreen.c line 738


Modified: tuxmath/trunk/src/titlescreen.c
===================================================================
--- tuxmath/trunk/src/titlescreen.c	2008-02-05 11:05:25 UTC (rev 424)
+++ tuxmath/trunk/src/titlescreen.c	2008-02-05 11:08:05 UTC (rev 425)
@@ -735,7 +735,7 @@
   s1 = _("Edit 'options' file in your home directory");
   s2 = _("to create customized game!");
   s3 = _("Press a key or click your mouse to start game.");
-  s4 = N_("See README.txt for more information");
+  s4 = _("See README.txt for more information");
   ShowMessage(s1, s2, s3, s4);
 
   if (read_user_config_file()) {




More information about the Tux4kids-commits mailing list