[gbrainy] Fix punctuation
- From: Jordi Mas <jmas src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gbrainy] Fix punctuation
- Date: Thu, 17 Dec 2009 07:26:16 +0000 (UTC)
commit 7324930f895b511cfc1108840c7320795ef918cb
Author: Jordi Mas <jmas softcatala org>
Date: Thu Dec 17 08:26:51 2009 +0100
Fix punctuation
src/Games/Logic/PuzzleCountSeries.cs | 2 +-
src/Games/Memory/MemoryFacts.cs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Games/Logic/PuzzleCountSeries.cs b/src/Games/Logic/PuzzleCountSeries.cs
index 2ed0ef9..abd2d2d 100644
--- a/src/Games/Logic/PuzzleCountSeries.cs
+++ b/src/Games/Logic/PuzzleCountSeries.cs
@@ -58,7 +58,7 @@ namespace gbrainy.Games.Logic
switch ((GameType) random.Next ((int) GameType.Length))
{
case GameType.HowManyNines:
- question = Catalog.GetString ("How many numbers \"9\" are required to represent the numbers between 10 to 100?");
+ question = Catalog.GetString ("How many numbers '9' are required to represent the numbers between 10 to 100?");
right_answer = "19";
break;
diff --git a/src/Games/Memory/MemoryFacts.cs b/src/Games/Memory/MemoryFacts.cs
index a1f6997..00d39b0 100644
--- a/src/Games/Memory/MemoryFacts.cs
+++ b/src/Games/Memory/MemoryFacts.cs
@@ -123,7 +123,7 @@ namespace gbrainy.Games.Memory
case 2:
fact.Initialize (1);
fact.answers [0] = 10 + random.Next (30);
- fact.fact = String.Format (Catalog.GetString ("About {0}% of Shiny Cars produced worldwide are sold in Europe"),
+ fact.fact = String.Format (Catalog.GetString ("About {0}% of Shiny Cars produced worldwide are sold in Europe."),
fact.answers [0]);
fact.questions [0] = Catalog.GetString ("What percentage of all Shiny Cars produced worldwide are sold in Europe?");
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]