gbrainy r326 - trunk/src



Author: jmas
Date: Fri May  9 16:12:35 2008
New Revision: 326
URL: http://svn.gnome.org/viewvc/gbrainy?rev=326&view=rev

Log:
More precise answer

Modified:
   trunk/src/PuzzleQuadrilaterals.cs

Modified: trunk/src/PuzzleQuadrilaterals.cs
==============================================================================
--- trunk/src/PuzzleQuadrilaterals.cs	(original)
+++ trunk/src/PuzzleQuadrilaterals.cs	Fri May  9 16:12:35 2008
@@ -48,7 +48,7 @@
 	public override string Answer {
 		get { 
 			string answer = base.Answer + " ";
-			answer += Catalog.GetString ("It is the only figure with all lines of equal size.");
+			answer += Catalog.GetString ("It is the only figure with all lines of equal length.");
 			return answer;
 		}
 	}



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