[gbrainy] Fixes bug #606690



commit 2a69b39927b315d968298581d43a8496d0719908
Author: Jordi Mas <jmas softcatala org>
Date:   Wed Jan 13 00:16:11 2010 +0100

    Fixes bug #606690

 .../Main/Verbal/AnalogiesPairOfWordsCompare.cs     |    2 +-
 .../Main/Verbal/AnalogiesPairOfWordsOptions.cs     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Core/Main/Verbal/AnalogiesPairOfWordsCompare.cs b/src/Core/Main/Verbal/AnalogiesPairOfWordsCompare.cs
index 2953c79..93b53c5 100644
--- a/src/Core/Main/Verbal/AnalogiesPairOfWordsCompare.cs
+++ b/src/Core/Main/Verbal/AnalogiesPairOfWordsCompare.cs
@@ -69,7 +69,7 @@ namespace gbrainy.Core.Main.Verbal
 					return current.question;
 
 				return String.Format (Catalog.GetString (
-					"Given the pair of words below, which word has the closest relationship to '{0}'?"),
+					"Given the relationship between the two words below, which word has the same relationship to '{0}'?"),
 					sample);
 			}
 		}
diff --git a/src/Core/Main/Verbal/AnalogiesPairOfWordsOptions.cs b/src/Core/Main/Verbal/AnalogiesPairOfWordsOptions.cs
index 9d30a8c..9a6f9a9 100644
--- a/src/Core/Main/Verbal/AnalogiesPairOfWordsOptions.cs
+++ b/src/Core/Main/Verbal/AnalogiesPairOfWordsOptions.cs
@@ -80,7 +80,7 @@ namespace gbrainy.Core.Main.Verbal
 				}
 
 				return String.Format (Catalog.GetString (
-					"Given the pair of words '{0}', which of the possible answers has the closest in relationship to the given pair? Answer {1}."),
+					"Given the relationship between the words '{0}', which of the possible answers has the closest in relationship to the given pair? Answer {1}."),
 					current.question,
 					str);
 			}



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