gbrainy r346 - trunk/src



Author: jmas
Date: Sun May 18 11:03:58 2008
New Revision: 346
URL: http://svn.gnome.org/viewvc/gbrainy?rev=346&view=rev

Log:
Fixes

Modified:
   trunk/src/PuzzleCube.cs
   trunk/src/PuzzleFigurePattern.cs

Modified: trunk/src/PuzzleCube.cs
==============================================================================
--- trunk/src/PuzzleCube.cs	(original)
+++ trunk/src/PuzzleCube.cs	Sun May 18 11:03:58 2008
@@ -39,7 +39,7 @@
 	}
 
 	public override string Question {
-		get {return String.Format (Catalog.GetString ("When folded as a cube, which face on the figure is opposite the face with a {0} drawn on it (answer with number written on face)?"), question);} 
+		get {return String.Format (Catalog.GetString ("When folded as a cube, which face on the figure is opposite the face with a {0} drawn on it? Answer the number written on face."), question);} 
 	}
 
 	public override void Initialize ()

Modified: trunk/src/PuzzleFigurePattern.cs
==============================================================================
--- trunk/src/PuzzleFigurePattern.cs	(original)
+++ trunk/src/PuzzleFigurePattern.cs	Sun May 18 11:03:58 2008
@@ -38,7 +38,7 @@
 	}
 
 	public override string Question {
-		get {return Catalog.GetString ("What figure should replace the question mark? Answer A, B or C");} 
+		get {return Catalog.GetString ("What figure should replace the question mark? Answer A, B or C.");} 
 	}
 
 	public override string Tip {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]