[gbrainy/stable] Show Answers options in the questions string for pair of words analogies pair options
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy/stable] Show Answers options in the questions string for pair of words analogies pair options
- Date: Sat, 12 Mar 2011 22:17:51 +0000 (UTC)
commit bc9503126bfe897aed1d39ae2e4017c1f73d0848
Author: Jordi Mas <jmas softcatala org>
Date: Sat Mar 12 23:18:55 2011 +0100
Show Answers options in the questions string for pair of words analogies pair options
.../Main/Verbal/AnalogiesPairOfWordsOptions.cs | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Main/Verbal/AnalogiesPairOfWordsOptions.cs b/src/Core/Main/Verbal/AnalogiesPairOfWordsOptions.cs
index f9970ab..7f75dd3 100644
--- a/src/Core/Main/Verbal/AnalogiesPairOfWordsOptions.cs
+++ b/src/Core/Main/Verbal/AnalogiesPairOfWordsOptions.cs
@@ -65,9 +65,13 @@ namespace gbrainy.Core.Main.Verbal
}
}
- return String.Format (Catalog.GetString (
+ string ques = String.Format (Catalog.GetString (
"Given the relationship between the two words below, which word has the same relationship to '{0}'?"),
sample);
+
+ return String.Format (Catalog.GetString ("{0} Answer {1}."),
+ ques,
+ str);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]