gbrainy r186 - trunk/src
- From: jmas svn gnome org
- To: svn-commits-list gnome org
- Subject: gbrainy r186 - trunk/src
- Date: Sun, 27 Jan 2008 14:20:38 +0000 (GMT)
Author: jmas
Date: Sun Jan 27 14:20:37 2008
New Revision: 186
URL: http://svn.gnome.org/viewvc/gbrainy?rev=186&view=rev
Log:
* GameDrawingArea.cs: Make some messages more I18N friendly
* gbrainy.cs: New localizable text
2008-01-27 Jordi Mas <jmas softcatala org>
Modified:
trunk/src/ChangeLog
trunk/src/GameDrawingArea.cs
trunk/src/gbrainy.cs
Modified: trunk/src/GameDrawingArea.cs
==============================================================================
--- trunk/src/GameDrawingArea.cs (original)
+++ trunk/src/GameDrawingArea.cs Sun Jan 27 14:20:37 2008
@@ -93,7 +93,7 @@
gr.SetFontSize (0.035);
gr.MoveTo (0.05, y);
- gr.ShowText (Catalog.GetString ("Welcome to gbrainy") + " " + Defines.VERSION);
+ gr.ShowText (String.Format (Catalog.GetString ("Welcome to gbrainy {0}"), Defines.VERSION));
gr.Stroke ();
gr.SetFontSize (0.03);
Modified: trunk/src/gbrainy.cs
==============================================================================
--- trunk/src/gbrainy.cs (original)
+++ trunk/src/gbrainy.cs Sun Jan 27 14:20:37 2008
@@ -226,7 +226,7 @@
about.Logo = LoadFromAssembly ("gbrainy.svg");
about.Copyright = "(c) 2007-2008 Jordi Mas i Hernandez\n";
- about.Copyright += "Based on ideas by Terry Stickels, MENSA books and myself.\n";
+ about.Copyright += Catalog.GetString ("Based on ideas by Terry Stickels, MENSA books and myself.");
about.Comments = Catalog.GetString ("A brain teaser and trainer game to have fun and to keep your brain trained.");
about.Website = "http://live.gnome.org/gbrainy";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]