[Tux4kids-commits] r873 - in tuxmath/trunk: doc src
tholy-guest at alioth.debian.org
tholy-guest at alioth.debian.org
Fri Feb 6 18:19:34 UTC 2009
Author: tholy-guest
Date: 2009-02-06 18:19:34 +0000 (Fri, 06 Feb 2009)
New Revision: 873
Modified:
tuxmath/trunk/doc/changelog
tuxmath/trunk/src/highscore.c
Log:
Fix non-translatable strings in highscore.c
Modified: tuxmath/trunk/doc/changelog
===================================================================
--- tuxmath/trunk/doc/changelog 2009-02-06 18:15:27 UTC (rev 872)
+++ tuxmath/trunk/doc/changelog 2009-02-06 18:19:34 UTC (rev 873)
@@ -1,3 +1,9 @@
+2009.Feb.06 (svn.debian.org/tux4kids - revision 873)
+ Put two more strings in highscore.c under the domain of gettext.
+
+ Tim Holy <holy at wustl.edu>
+
+
2009.Feb.06 (svn.debian.org/tux4kids - revision 872)
Add the facility to use translatable versions of "SCORE" and
"WAVE". To enable, define REPLACE_WAVESCORE upon compliation
Modified: tuxmath/trunk/src/highscore.c
===================================================================
--- tuxmath/trunk/src/highscore.c 2009-02-06 18:15:27 UTC (rev 872)
+++ tuxmath/trunk/src/highscore.c 2009-02-06 18:19:34 UTC (rev 873)
@@ -356,7 +356,7 @@
/* multibyte encoding. */
void HighScoreNameEntry(char* pl_name)
{
- NameEntry(pl_name, "You Are In The Hall of Fame!", "Enter Your Name:");
+ NameEntry(pl_name, _("You Are In The Hall of Fame!"), _("Enter Your Name:"));
}
void NameEntry(char* pl_name, const char* heading, const char* sub)
More information about the Tux4kids-commits
mailing list