[chronojump] Force Sensor. Exercices creation texts can be translated



commit 7d8f6b344fd06d7da6f1f0c310098258af20f7e8
Author: Xavier Padullés <x padulles gmail com>
Date:   Tue Oct 8 16:36:21 2019 +0200

    Force Sensor. Exercices creation texts can be translated

 src/gui/forceSensorExercise.cs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/forceSensorExercise.cs b/src/gui/forceSensorExercise.cs
index 8d432281..821abead 100644
--- a/src/gui/forceSensorExercise.cs
+++ b/src/gui/forceSensorExercise.cs
@@ -218,8 +218,8 @@ public class ForceSensorExerciseWindow
        //and to be able to upload this without bothering the translators at the moment
        private string ss (string s)
        {
-               //return Catalog.GetString(s);
-               return s;
+               return Catalog.GetString(s);
+               //return s;
        }
 
        private string getTopExplanations (Pages p)


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