[gbrainy] Rewrite question for clarity



commit 699887a4dadf3e16c18e1743ecf8f0a6be13d386
Author: Jordi Mas <jmas softcatala org>
Date:   Tue Nov 10 20:13:30 2009 +0100

    Rewrite question for clarity

 src/PuzzleGames/PuzzleLines.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/PuzzleGames/PuzzleLines.cs b/src/PuzzleGames/PuzzleLines.cs
index 4371f38..a60217a 100644
--- a/src/PuzzleGames/PuzzleLines.cs
+++ b/src/PuzzleGames/PuzzleLines.cs
@@ -32,7 +32,7 @@ public class PuzzleLines : Game
 	}
 
 	public override string Question {
-		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.");} 
+		get {return Catalog.GetString ("How many line segments in total are in the figures below? A line segment is a line between two points with no crossing lines.");}
 	}
 
 	public override string Answer {



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