[gbrainy/stable] Fixes #646627



commit 09ff159365710eb7b6517ec1b7b6f6c7b547f910
Author: Jordi Mas <jmas softcatala org>
Date:   Tue Apr 5 20:44:43 2011 +0200

    Fixes #646627

 data/games.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/games.xml b/data/games.xml
index 72315e6..a08cd97 100644
--- a/data/games.xml
+++ b/data/games.xml
@@ -477,7 +477,7 @@
 				<string _text = "[option_prefix] q = s" x = "0.05" y = "0.02" size = "large"/>
 			</option>
 
-			<_rationale>The variable q is bigger than x and y bigger than r, if q is bigger than r then the condition x &lt; y is true.</_rationale>
+			<_rationale>The variable q is bigger than x and y bigger than r, if q is smaller than r then the condition x &lt; y is true.</_rationale>
 		</variant>
 
 		<variant>
@@ -486,7 +486,7 @@
 			<string _text = "Possible answers are:" x = "0.1" y = "0.15" size = "large"/>
 
 			<option x = "0.3" y = "0.3" width ="0.45" height ="0.1" order ="randomized" correct = "yes">
-				<string _text = "[option_prefix] q &gt; s" x = "0.05" y = "0.02" size = "large"/>
+				<string _text = "[option_prefix] p &gt; s" x = "0.05" y = "0.02" size = "large"/>
 			</option>
 
 			<option x = "0.3" y = "0.4" width ="0.45" height ="0.1" order ="randomized">
@@ -501,7 +501,7 @@
 				<string _text = "[option_prefix] q = s" x = "0.05" y = "0.02" size = "large"/>
 			</option>
 
-			<_rationale>The variable q is bigger than x and s is bigger than y, if q is bigger than s then the condition x &gt; y is true.</_rationale>
+			<_rationale>The variable p is smaller than x and s is bigger than y, if p is bigger than s then the condition x &gt; y is true.</_rationale>
 		</variant>
 	</game>
 



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