gbrainy r235 - trunk/src



Author: jmas
Date: Tue Feb 19 21:25:20 2008
New Revision: 235
URL: http://svn.gnome.org/viewvc/gbrainy?rev=235&view=rev

Log:
English fixes

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

Modified: trunk/src/PuzzleFigureLetter.cs
==============================================================================
--- trunk/src/PuzzleFigureLetter.cs	(original)
+++ trunk/src/PuzzleFigureLetter.cs	Tue Feb 19 21:25:20 2008
@@ -34,11 +34,11 @@
 	}
 
 	public override string Name {
-		get {return Catalog.GetString ("Words and figures");}
+		get {return Catalog.GetString ("Figures and letters");}
 	}
 
 	public override string Question {
-		get {return Catalog.GetString ("The figures and the text are related. Which text should go under the last figure?");} 
+		get {return Catalog.GetString ("The figures and the text are related. What text should go under the last figure?");} 
 	}
 
 	public override string Tip {

Modified: trunk/src/PuzzleFigurePattern.cs
==============================================================================
--- trunk/src/PuzzleFigurePattern.cs	(original)
+++ trunk/src/PuzzleFigurePattern.cs	Tue Feb 19 21:25:20 2008
@@ -38,7 +38,7 @@
 	}
 
 	public override string Question {
-		get {return Catalog.GetString ("Which figure should replace the question mark (A, B or C)?");} 
+		get {return Catalog.GetString ("What figure should replace the question mark (A, B or C)?");} 
 	}
 
 	public override string Tip {



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