[gbrainy] Fixes launchpad bug #622554



commit c10b1d0d2f0c4bf824df87a9869b1bf66662de90
Author: Jordi Mas <jmas softcatala org>
Date:   Tue Aug 31 12:02:17 2010 +0200

    Fixes launchpad bug #622554

 src/Games/Logic/PuzzleDice.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Games/Logic/PuzzleDice.cs b/src/Games/Logic/PuzzleDice.cs
index d8e7120..72fbd86 100644
--- a/src/Games/Logic/PuzzleDice.cs
+++ b/src/Games/Logic/PuzzleDice.cs
@@ -57,7 +57,7 @@ namespace gbrainy.Games.Logic
 
 			new Problem (Catalog.GetString ("Two fair 6 sided dices are thrown simultaneously. What is the probability of getting two even numbers? Answer using a fraction (e.g.: 1/2)."),
 				"9/36",
-				Catalog.GetString ("There are 9 of 36 possibilities of getting an even number."), false),
+				Catalog.GetString ("There are 9 of 36 possibilities of getting two even numbers."), false),
 
 			new Problem (Catalog.GetString ("Two fair 6 sided dices are thrown simultaneously. What is the probability of getting two '6'? Answer using a fraction (e.g.: 1/2)."),
 				"1/36",



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