gbrainy r293 - trunk/src



Author: jmas
Date: Sun Apr  6 20:15:42 2008
New Revision: 293
URL: http://svn.gnome.org/viewvc/gbrainy?rev=293&view=rev

Log:
Minor change

Modified:
   trunk/src/PuzzleQuadrilaterals.cs

Modified: trunk/src/PuzzleQuadrilaterals.cs
==============================================================================
--- trunk/src/PuzzleQuadrilaterals.cs	(original)
+++ trunk/src/PuzzleQuadrilaterals.cs	Sun Apr  6 20:15:42 2008
@@ -47,7 +47,8 @@
 
 	public override string Answer {
 		get { 
-			string answer = base.Answer + "It is the only figure with all lines of equal size.";
+			string answer = base.Answer + " ";
+			answer += Catalog.GetString ("It is the only figure with all lines of equal size.");
 			return answer;
 		}
 	}



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