[gbrainy] Fixes LaunchPad issue #539522 plus remove invalid tip



commit 1e15daea5b0523aae6bcf909ed4aee5a5ca8269b
Author: Jordi Mas <jmas softcatala org>
Date:   Thu Mar 18 08:06:08 2010 +0100

    Fixes LaunchPad issue #539522 plus remove invalid tip

 src/Games/Logic/PuzzlePredicateLogic.cs |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/src/Games/Logic/PuzzlePredicateLogic.cs b/src/Games/Logic/PuzzlePredicateLogic.cs
index 5ee58c1..26465fe 100644
--- a/src/Games/Logic/PuzzlePredicateLogic.cs
+++ b/src/Games/Logic/PuzzlePredicateLogic.cs
@@ -71,7 +71,7 @@ namespace gbrainy.Games.Logic
 				Catalog.GetString ("None of the other options"),
 				0),
 
-			new Predicate (String.Format (Catalog.GetString ("If people that travels always buy a map and you are not going to travel. Which of the following sentences is correct? Answer {0}, {1}, {2} or {3}."),
+			new Predicate (String.Format (Catalog.GetString ("People that travel always buy a map. You are not going to travel. Which of the following sentences is correct? Answer {0}, {1}, {2} or {3}."),
 				GetPossibleAnswer (0), GetPossibleAnswer (1), GetPossibleAnswer (2), GetPossibleAnswer (3)),
 				Catalog.GetString ("You do not have any map"),
 				Catalog.GetString ("You do not buy a map"),
@@ -96,10 +96,6 @@ namespace gbrainy.Games.Logic
 			get {return predicates[question].question;} 
 		}
 
-		public override string Tip {
-			get { return Catalog.GetString ("A triangle can be embedded inside another triangle.");}
-		}
-
 		public override string Answer {
 			get { 
 				string answer = base.Answer + " ";



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