[gbrainy] Fixes launchpad issue #572607



commit 05ddd7939ee85dd496deb9ce8fd508e1108694eb
Author: Jordi Mas <jmas softcatala org>
Date:   Fri May 14 17:33:12 2010 +0200

    Fixes launchpad issue #572607

 src/Games/Logic/Puzzle3DCube.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Games/Logic/Puzzle3DCube.cs b/src/Games/Logic/Puzzle3DCube.cs
index d03d575..efc52f0 100644
--- a/src/Games/Logic/Puzzle3DCube.cs
+++ b/src/Games/Logic/Puzzle3DCube.cs
@@ -35,7 +35,7 @@ namespace gbrainy.Games.Logic
 		}
 
 		public override string Question {
-			get {return String.Format (Catalog.GetString ("How many single small cubes do you count in the figure below? Answer using a number."));} 
+			get {return String.Format (Catalog.GetString ("How many small cubes does it take to build the large cube below? Answer using a number."));}
 		}
 
 		public override string Tip {



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