[gbrainy] Some fixes to English texts
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy] Some fixes to English texts
- Date: Fri, 26 Nov 2010 19:26:33 +0000 (UTC)
commit be0bee67f355f25fdfe31659e568a00c839e38dd
Author: Jordi Mas <jmas softcatala org>
Date: Fri Nov 26 20:28:47 2010 +0100
Some fixes to English texts
src/Games/Logic/PuzzleCube.cs | 2 +-
src/Games/Logic/PuzzleMissingSlice.cs | 2 +-
src/Games/Logic/PuzzleSquareDots.cs | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/Games/Logic/PuzzleCube.cs b/src/Games/Logic/PuzzleCube.cs
index b3ed910..ad2e361 100755
--- a/src/Games/Logic/PuzzleCube.cs
+++ b/src/Games/Logic/PuzzleCube.cs
@@ -46,7 +46,7 @@ namespace gbrainy.Games.Logic
}
public override string Question {
- get {return String.Format (Catalog.GetString ("The figure below, when folded as a cube, which face on the figure is opposite the face with a {0} drawn on it? Answer the number written on face."), question);}
+ get {return String.Format (Catalog.GetString ("When you fold the figure below as a cube, which face on the figure is opposite the face with a {0} drawn on it? Answer the number written on face."), question);}
}
protected override void Initialize ()
diff --git a/src/Games/Logic/PuzzleMissingSlice.cs b/src/Games/Logic/PuzzleMissingSlice.cs
index 740ecda..4ae9fe3 100644
--- a/src/Games/Logic/PuzzleMissingSlice.cs
+++ b/src/Games/Logic/PuzzleMissingSlice.cs
@@ -64,7 +64,7 @@ namespace gbrainy.Games.Logic
public override string Question {
get {return String.Format (
- Catalog.GetString ("Some slices have a common property. Which is the missing slice in the circle below? Answer {0}, {1} or {2}."),
+ Catalog.GetString ("The slices below have some kind of relation. Which is the missing slice in the circle below? Answer {0}, {1} or {2}."),
GetPossibleAnswer (0), GetPossibleAnswer (1), GetPossibleAnswer (2));}
}
diff --git a/src/Games/Logic/PuzzleSquareDots.cs b/src/Games/Logic/PuzzleSquareDots.cs
index 7c1c6ff..ec2669e 100644
--- a/src/Games/Logic/PuzzleSquareDots.cs
+++ b/src/Games/Logic/PuzzleSquareDots.cs
@@ -206,7 +206,7 @@ namespace gbrainy.Games.Logic
public override string Question {
get {return (String.Format (
- Catalog.GetString ("What is the letter of the figure that represents the next logical figure in the sequence? Answer {0}, {1} or {2}."),
+ Catalog.GetString ("Which is the next logical figure in the sequence? Answer {0}, {1} or {2}."),
GetPossibleAnswer (0), GetPossibleAnswer (1), GetPossibleAnswer (2)));}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]