[gbrainy] Fixes bugzilla bug #669105



commit 228003b3379ca8e169f8127d156c65d574f86d07
Author: Jordi Mas <jmas softcatala org>
Date:   Sat Feb 18 09:24:51 2012 +0100

    Fixes bugzilla bug #669105

 src/Games/Memory/MemoryFacts.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/Games/Memory/MemoryFacts.cs b/src/Games/Memory/MemoryFacts.cs
index c733559..d4c7eb9 100644
--- a/src/Games/Memory/MemoryFacts.cs
+++ b/src/Games/Memory/MemoryFacts.cs
@@ -119,7 +119,9 @@ namespace gbrainy.Games.Memory
 					Translations.GetString ("Shiny Cars sales fell {0}% this past December, the worst decline since {1}."),
 					fact.answers [0], fact.answers [1]);
 				fact.questions [0] = Translations.GetString ("By how much did company sales fall last December?");
-				fact.questions [1] = Translations.GetString ("In what year was Shiny Cars sales total lower than that of last December?");
+				fact.questions [1] = String.Format(
+					Translations.GetString ("Shiny Cars sales fell {0}% this past December. This is the worst decline since which year?"),
+					fact.answers [0]);
 				break;
 			case 2:
 				fact.Initialize (1);



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