gbrainy r304 - trunk/src



Author: jmas
Date: Tue Apr 15 19:28:11 2008
New Revision: 304
URL: http://svn.gnome.org/viewvc/gbrainy?rev=304&view=rev

Log:
2008-04-15 Jordi Mas <jmas softcatala org>

	*  PuzzleLines.cs: Better question and tip



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

Modified: trunk/src/PuzzleLines.cs
==============================================================================
--- trunk/src/PuzzleLines.cs	(original)
+++ trunk/src/PuzzleLines.cs	Tue Apr 15 19:28:11 2008
@@ -32,7 +32,7 @@
 	}
 
 	public override string Question {
-		get {return Catalog.GetString ("How many lines do you count of in the figures below?");} 
+		get {return Catalog.GetString ("How many lines do you count of in the figures below? (consider a line a segment between two points with no crossing lines)");} 
 	}
 
 	public override string Answer {
@@ -43,6 +43,10 @@
 		}
 	}
 
+	public override string Tip {
+		get { return Catalog.GetString ("It is an easy exercise if you use a systematic way of counting the lines.");}
+	}
+
 	public override void Initialize ()
 	{
 		if (CurrentDifficulty==Difficulty.Easy)



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