gbrainy r252 - trunk/src



Author: jmas
Date: Fri Feb 29 08:25:09 2008
New Revision: 252
URL: http://svn.gnome.org/viewvc/gbrainy?rev=252&view=rev

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

	* PuzzleMissingPiece.cs: Fix answer explantion by Wolfgang Stoeggl



Modified:
   trunk/src/ChangeLog
   trunk/src/PuzzleMissingPiece.cs

Modified: trunk/src/PuzzleMissingPiece.cs
==============================================================================
--- trunk/src/PuzzleMissingPiece.cs	(original)
+++ trunk/src/PuzzleMissingPiece.cs	Fri Feb 29 08:25:09 2008
@@ -43,7 +43,7 @@
 	public override string Answer {
 		get { 
 			string answer = base.Answer + " ";
-			answer += Catalog.GetString ("In every row the third square is made by flipping the first square and superimposing it on the second square, followed by removing the matching lines, and then flipping the resulting image.");
+			answer += Catalog.GetString ("In every row the third square is made by flipping the first square and superimposing it on the second square, followed by removing the matching lines.");
 			return answer;
 		}
 	}



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