[gbrainy] Improve English in Calculation Selected numbers



commit 200bb44674864c0bda3cc690b4655399204f3240
Author: Jordi Mas <jmas softcatala org>
Date:   Wed Jan 2 22:18:34 2013 +0100

    Improve English in Calculation Selected numbers

 .../Calculation/CalculationSelectedNumbers.cs      |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/Games/Calculation/CalculationSelectedNumbers.cs b/src/Games/Calculation/CalculationSelectedNumbers.cs
index 4ff4b11..2acfec7 100644
--- a/src/Games/Calculation/CalculationSelectedNumbers.cs
+++ b/src/Games/Calculation/CalculationSelectedNumbers.cs
@@ -45,7 +45,7 @@ namespace gbrainy.Games.Calculation
 		Operation operation;
 
 		public override string Name {
-			get {return Translations.GetString ("Selected Numbers");}
+			get {return Translations.GetString ("Selected numbers");}
 		}
 
 		public override GameTypes Type {
@@ -58,12 +58,12 @@ namespace gbrainy.Games.Calculation
 				{
 					case Operation.Addition:
 						return String.Format (Translations.GetString (
-							"In the list of numbers below, what is the sum all the numbers greater than {0}? Answer {1}, {2}, {3} or {4}."), 
+							"In the list of numbers below, what is the sum of the numbers greater than {0}? Answer {1}, {2}, {3} or {4}."), 
 							greater_than, 
 							Answer.GetMultiOption (0), Answer.GetMultiOption (1), Answer.GetMultiOption (2), Answer.GetMultiOption (3));
 					case Operation.Product:
 						return String.Format (Translations.GetString (
-							"In the list of numbers below, what is the product all the numbers greater than {0}? Answer {1}, {2}, {3} or {4}."), 
+							"In the list of numbers below, what is the product of the numbers greater than {0}? Answer {1}, {2}, {3} or {4}."), 
 							greater_than, 
 							Answer.GetMultiOption (0), Answer.GetMultiOption (1), Answer.GetMultiOption (2), Answer.GetMultiOption (3));
 				}



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