[gbrainy] Fixes for #624807 (generated file)



commit 10e93b0302bd53ad09575b8a11bf177c7dc8f513
Author: Jordi Mas <jmas softcatala org>
Date:   Tue Jul 20 19:53:59 2010 +0200

    Fixes for #624807 (generated file)

 tools/GameXmlGetString.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/tools/GameXmlGetString.cs b/tools/GameXmlGetString.cs
index 9e00935..0446f8b 100644
--- a/tools/GameXmlGetString.cs
+++ b/tools/GameXmlGetString.cs
@@ -30,16 +30,16 @@ public class GameXmlSttringFactory
 			"How many degrees rotates the minute hand of a clock in 2 hours [num] minutes?",
 			variable);
 
-		Catalog.GetPluralString ("John's is 46 years old. His son is [difference] year younger than half of John's age. How old is John's son?",
-			"John's is 46 years old. His son is [difference] years younger than half of John's age. How old is John's son?",
+		Catalog.GetPluralString ("John is 46 years old. His son is [difference] year younger than half of John's age. How old is John's son?",
+			"John is 46 years old. His son is [difference] years younger than half of John's age. How old is John's son?",
 			variable);
 
 		Catalog.GetPluralString ("John's age is nowadays 2 times his son's age. [ago] year ago, John was [proportion] times older than his son. How old is John's son nowadays?",
 			"John's age is nowadays 2 times his son's age. [ago] years ago, John was [proportion] times older than his son. How old is John's son nowadays?",
 			variable);
 
-		Catalog.GetPluralString ("[ago] year ago, John's age minus [ago] was equal to [proportion] times his son age minus [ago].",
-			"[ago] years ago, John's age minus [ago] was equal to [proportion] times his son age minus [ago].",
+		Catalog.GetPluralString ("[ago] year ago, John's age minus [ago] was equal to [proportion] times his son's age minus [ago].",
+			"[ago] years ago, John's age minus [ago] was equal to [proportion] times his son's age minus [ago].",
 			variable);
 
 		Catalog.GetPluralString ("A file is protected by a password formed by a [digits] digit number (ranging from 0 to 9). How many different passwords can you have?",
@@ -50,8 +50,8 @@ public class GameXmlSttringFactory
 			"A file is protected by a password formed by a [digits] digits octal number (ranging from 0 to 7). How many different passwords can you have?",
 			variable);
 
-		Catalog.GetPluralString ("There are [games] tennis game played simultaneous. How many different forecast are possible?",
-			"There are [games] tennis games played simultaneous. How many different forecast are possible?",
+		Catalog.GetPluralString ("There is [games] tennis game played simultaneously. How many different forecasts are possible?",
+			"There are [games] tennis games played simultaneously. How many different forecasts are possible?",
 			variable);
 
 		Catalog.GetPluralString ("How many matches does it take to determine the winner of a tennis tournament that starts with [players] player?",



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