[gbrainy] Makes question more precise
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy] Makes question more precise
- Date: Sat, 19 Jun 2010 18:46:21 +0000 (UTC)
commit d6600cfaf6daf05240193edb07ee6fab1544709a
Author: Jordi Mas <jmas softcatala org>
Date: Sat Jun 19 20:39:53 2010 +0200
Makes question more precise
src/Games/Logic/PuzzleOstracism.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Games/Logic/PuzzleOstracism.cs b/src/Games/Logic/PuzzleOstracism.cs
index 069916f..2a1cfa6 100644
--- a/src/Games/Logic/PuzzleOstracism.cs
+++ b/src/Games/Logic/PuzzleOstracism.cs
@@ -57,7 +57,7 @@ namespace gbrainy.Games.Logic
public override string Question {
get {return String.Format (
- Catalog.GetString ("Which element does not belong to the group? Answer {0}, {1}, {2}, {3} or {4}."),
+ Catalog.GetString ("Which element does not belong to the group? It is not related to divisibility of the numbers. Answer {0}, {1}, {2}, {3} or {4}."),
GetPossibleAnswer (0), GetPossibleAnswer (1), GetPossibleAnswer (2), GetPossibleAnswer (3), GetPossibleAnswer (4));}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]