[gbrainy] Fixes #611802



commit 91997eaf834bba3407569a37c19a3729b46dad19
Author: Jordi Mas <jmas softcatala org>
Date:   Sun Mar 7 11:16:05 2010 +0100

    Fixes #611802

 src/Games/Logic/PuzzleDice.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Games/Logic/PuzzleDice.cs b/src/Games/Logic/PuzzleDice.cs
index 7f76dae..99ef10f 100644
--- a/src/Games/Logic/PuzzleDice.cs
+++ b/src/Games/Logic/PuzzleDice.cs
@@ -62,8 +62,8 @@ namespace gbrainy.Games.Logic
 				Catalog.GetString ("There are 9 of 36 possibilities of getting an even number."), 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)."),
-				"6/36",
-				Catalog.GetString ("There are 1 of 6 possibilities of getting a '6' on the first die and the same for the second die."), false),
+				"1/36",
+				Catalog.GetString ("There is 1 of 6 possibilities of getting a '6' on the first die and the same for the second die."), false),
 		};
 
 		public override string Name {



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