[gbrainy] Make string localizable



commit f66b06a22d5e5997c8b84ea680ff2bbfc7066dde
Author: Jordi Mas <jmas softcatala org>
Date:   Thu Jan 10 20:48:52 2013 +0100

    Make string localizable

 src/Games/Logic/PuzzleLargestDiameter.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Games/Logic/PuzzleLargestDiameter.cs b/src/Games/Logic/PuzzleLargestDiameter.cs
index f01c22c..2e34a0e 100644
--- a/src/Games/Logic/PuzzleLargestDiameter.cs
+++ b/src/Games/Logic/PuzzleLargestDiameter.cs
@@ -97,8 +97,8 @@ namespace gbrainy.Games.Logic
 					e.Context.Arc (arc.X, arc.Y, arc.Size, ToRadians (arc.StartAngle), ToRadians (arc.EndAngle));
 					e.Context.Stroke ();
 
-					e.Context.DrawTextCentered (0.2, 0.28, Translations.GetString (String.Format("Arc {0}",  
-						Answer.GetMultiOption(n))));
+					e.Context.DrawTextCentered (0.2, 0.28, 
+						String.Format (Translations.GetString ("Arc {0}"), Answer.GetMultiOption (n)));
 
 					e.Context.Stroke();
 				};



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]