gbrainy r217 - trunk/src



Author: jmas
Date: Thu Feb 14 13:11:52 2008
New Revision: 217
URL: http://svn.gnome.org/viewvc/gbrainy?rev=217&view=rev

Log:
2008-02-14 Jordi Mas <jmas softcatala org>

	* PuzzleBuildTriangle.cs: Adds tip



Modified:
   trunk/src/ChangeLog
   trunk/src/PuzzleBuildTriangle.cs
   trunk/src/PuzzleMostInCommon.cs

Modified: trunk/src/PuzzleBuildTriangle.cs
==============================================================================
--- trunk/src/PuzzleBuildTriangle.cs	(original)
+++ trunk/src/PuzzleBuildTriangle.cs	Thu Feb 14 13:11:52 2008
@@ -52,6 +52,10 @@
 		get {return Catalog.GetString ("Which three pieces can you use together to build a triangle?");} 
 	}
 
+	public override string Tip {
+		get { return Catalog.GetString ("The resulting triangle is isosceles.");}
+	}
+
 	public override void Initialize ()
 	{
 		switch (CurrentDifficulty) {

Modified: trunk/src/PuzzleMostInCommon.cs
==============================================================================
--- trunk/src/PuzzleMostInCommon.cs	(original)
+++ trunk/src/PuzzleMostInCommon.cs	Thu Feb 14 13:11:52 2008
@@ -86,7 +86,7 @@
 			if (CurrentDifficulty ==  Difficulty.Easy) 
 				answer += Catalog.GetString ("It has the same number of elements inside the figure that the figures given.");
 			else
-				answer += Catalog.GetString ("It is the figure with more elements in common with the figures given.");
+				answer += Catalog.GetString ("It is the figure with more elements in common compared to the figures given.");
 			
 			return answer;
 		}



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