[gbrainy] English fix in Puzzle3DCube puzzle



commit d512d5c1cfe44aa03a609183c954f60905d4a2b5
Author: Jordi Mas <jmas softcatala org>
Date:   Fri Oct 23 20:35:36 2009 +0200

    English fix in Puzzle3DCube puzzle

 src/PuzzleGames/Puzzle3DCube.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/PuzzleGames/Puzzle3DCube.cs b/src/PuzzleGames/Puzzle3DCube.cs
index 4f7e9c6..68357f2 100644
--- a/src/PuzzleGames/Puzzle3DCube.cs
+++ b/src/PuzzleGames/Puzzle3DCube.cs
@@ -30,7 +30,7 @@ public class Puzzle3DCube : Game
 	}
 
 	public override string Question {
-		get {return String.Format (Catalog.GetString ("How many cubes can you count in the figure below? (not counting the figure) Answer using a number."));} 
+		get {return String.Format (Catalog.GetString ("How many cubes do you count in the figure below? (not counting the figure) Answer using a number."));} 
 	}
 
 	public override string Tip {



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