[gbrainy] Text should be plural in the sentence



commit d99fe725143e1ca91831a5f2febefe803a3ab460
Author: Jordi Mas <jmas softcatala org>
Date:   Sat Feb 18 09:38:36 2012 +0100

    Text should be plural in the sentence

 src/Games/Logic/PuzzleFigureLetter.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Games/Logic/PuzzleFigureLetter.cs b/src/Games/Logic/PuzzleFigureLetter.cs
index 9c762b9..41be896 100644
--- a/src/Games/Logic/PuzzleFigureLetter.cs
+++ b/src/Games/Logic/PuzzleFigureLetter.cs
@@ -41,7 +41,7 @@ namespace gbrainy.Games.Logic
 		}
 
 		public override string Question {
-			get {return Translations.GetString ("The figures and the text are related. What text should go under the last figure?");} 
+			get {return Translations.GetString ("The figures and the texts are related. What text should go under the last figure?");} 
 		}
 
 		public override string Tip {



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