[gbrainy] Fix bugzilla #758582
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy] Fix bugzilla #758582
- Date: Wed, 6 Jan 2016 14:23:02 +0000 (UTC)
commit 550ffccf49f5ccd4c048a8f6149f1a42b70e0f71
Author: Jordi Mas <jmas softcatala org>
Date: Wed Jan 6 15:22:50 2016 +0100
Fix bugzilla #758582
src/Games/Logic/PuzzleFourSided.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Games/Logic/PuzzleFourSided.cs b/src/Games/Logic/PuzzleFourSided.cs
index 6fdd782..87948a5 100644
--- a/src/Games/Logic/PuzzleFourSided.cs
+++ b/src/Games/Logic/PuzzleFourSided.cs
@@ -43,8 +43,8 @@ namespace gbrainy.Games.Logic
public override string Rationale {
get {
return String.Format (Translations.GetString ("The four sided figures are
made by connecting the following points: {0}"),
- (type == 0) ? "abde, degh, bcef, efhi, acdf, dfgi, abhg, bcih, acig,
aghe, aefc, deig, bcie." :
- "abde, degh, bcef, efhi, acdf, dfgi, abhg, bcih, acig, aghe, aefc,
deig, bcie, acde, cehi, abeg, egif.");
+ (type == 0) ? "abed, dehg, bcfe, efih, acfd, dfig, abhg, bcih, acig,
aghe, aefc, deig, bcie." :
+ "abed, dehg, bcfe, efih, acfd, dfig, abhg, bcih, acig, aghe, aefc,
deig, bcie, aced, cehi, abeg, egif.");
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]