[gbrainy] -Better solution rationale for PuzzleClocks
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy] -Better solution rationale for PuzzleClocks
- Date: Mon, 21 Mar 2011 20:02:38 +0000 (UTC)
commit 1b877b139e19515f300b757e3a0b5c78a291fb41
Author: Jordi Mas <jmas softcatala org>
Date: Mon Mar 21 21:04:14 2011 +0100
-Better solution rationale for PuzzleClocks
src/Games/Logic/PuzzleClocks.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/Games/Logic/PuzzleClocks.cs b/src/Games/Logic/PuzzleClocks.cs
index e3c9a0f..3eaee40 100644
--- a/src/Games/Logic/PuzzleClocks.cs
+++ b/src/Games/Logic/PuzzleClocks.cs
@@ -47,7 +47,9 @@ namespace gbrainy.Games.Logic
public override string Rationale {
get {
- return String.Format (ServiceLocator.Instance.GetService <ITranslations> ().GetString ("Starting from the first clock sum {0} to the value indicated by the hands."), addition);
+ return String.Format (ServiceLocator.Instance.GetService <ITranslations> ().GetString (
+ "Starting from the first clock, sum {0} to the number made by adding the values to which the hands point."),
+ addition);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]