[gbrainy] Launchpad bug fix #545833



commit ca6bf9b10a98a85c3465a8c3f94cba6f62b1e944
Author: Jordi Mas <jmas softcatala org>
Date:   Wed Mar 24 20:58:45 2010 +0100

    Launchpad bug fix #545833

 data/verbal_analogies.xml                |    2 +-
 src/Games/Memory/MemoryFiguresAndText.cs |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/verbal_analogies.xml b/data/verbal_analogies.xml
index 3a083d7..c44e1b7 100644
--- a/data/verbal_analogies.xml
+++ b/data/verbal_analogies.xml
@@ -201,7 +201,7 @@
 
 	<analogy>
 		<_question type = "PairOfWordsCompare">fish / submarine | bird</_question>
-		<_answer correct ="yes">airplane | aeroplane</_answer>
+		<_answer correct ="yes">airplane | aeroplane | plane</_answer>
 	</analogy>
 
 	<analogy>
diff --git a/src/Games/Memory/MemoryFiguresAndText.cs b/src/Games/Memory/MemoryFiguresAndText.cs
index 3a9048e..57bd729 100644
--- a/src/Games/Memory/MemoryFiguresAndText.cs
+++ b/src/Games/Memory/MemoryFiguresAndText.cs
@@ -67,7 +67,7 @@ namespace gbrainy.Games.Memory
 		}
 
 		public override string MemoryQuestion {
-			get {return Catalog.GetString ("The list below enumerates the figures shown in the previous image except for one. Which is the missing figure? Answer the name of the figure." );}
+			get {return Catalog.GetString ("The list below enumerates the figures shown in the previous image except for one. Which is the missing figure? Possible answers are triangle, rectangle, diamond and circle." );}
 		}
 
 		public override void Initialize ()



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