[gbrainy] Fixes bug #611048



commit 9f7dd1c32b9a95c557a76b6151b6878247a437d6
Author: Jordi Mas <jmas softcatala org>
Date:   Mon Mar 1 20:44:04 2010 +0100

    Fixes bug #611048

 src/Games/Logic/PuzzleMatrixNumbers.cs     |    6 +++---
 src/Games/Logic/PuzzleSquaresAndLetters.cs |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/Games/Logic/PuzzleMatrixNumbers.cs b/src/Games/Logic/PuzzleMatrixNumbers.cs
index 247b510..380fc78 100644
--- a/src/Games/Logic/PuzzleMatrixNumbers.cs
+++ b/src/Games/Logic/PuzzleMatrixNumbers.cs
@@ -47,15 +47,15 @@ namespace gbrainy.Games.Logic
 		}
 
 		public override string Question {
-			get {return Catalog.GetString ("The numbers in the matrix follow a logic. Which is the number that should replace the question mark?");}
+			get {return Catalog.GetString ("The numbers in the matrix follow a pattern. Which number should replace the question mark?");}
 		}
 
 		public override string Tip {
 			get { 
 				if (orientation) 
-					return Catalog.GetString ("The logic is arithmetical and works vertically.");
+					return Catalog.GetString ("The pattern is arithmetical and works vertically.");
 				else 
-					return Catalog.GetString ("The logic is arithmetical and works horizontally.");
+					return Catalog.GetString ("The pattern is arithmetical and works horizontally.");
 			}
 		}
 
diff --git a/src/Games/Logic/PuzzleSquaresAndLetters.cs b/src/Games/Logic/PuzzleSquaresAndLetters.cs
index 6fec6bb..f7e7949 100644
--- a/src/Games/Logic/PuzzleSquaresAndLetters.cs
+++ b/src/Games/Logic/PuzzleSquaresAndLetters.cs
@@ -38,7 +38,7 @@ namespace gbrainy.Games.Logic
 		}
 
 		public override string Question {
-			get {return Catalog.GetString ("The letters around the squares follow a logic. Which letter should replace the question mark in the last square?");} 
+			get {return Catalog.GetString ("The letters around the squares follow a pattern. Which letter should replace the question mark in the last square?");} 
 		}
 
 		public override string Answer {



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