[chronojump] Clearer message on inertial start fully extended



commit d4fb93f9419f288164134fcc27b13515991ca906
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri May 16 18:26:54 2014 +0200

    Clearer message on inertial start fully extended

 src/encoder.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/encoder.cs b/src/encoder.cs
index e6aeaf5..4259fc3 100644
--- a/src/encoder.cs
+++ b/src/encoder.cs
@@ -874,7 +874,7 @@ public class EncoderConfiguration {
                        code = "Linear - inertial machine";
                        text = Catalog.GetString("Linear encoder on inertia machine.") + "\n" + 
                                Catalog.GetString("Configuration NOT Recommended! Please use a rotary 
encoder.") + "\n" +
-                               Catalog.GetString("Person has to start fully extended (on the toes).");
+                               "*" + Catalog.GetString("Person has to start fully extended (on the toes).") 
+ "*";
                        
                        has_d = true;
                        has_inertia = true;
@@ -976,7 +976,7 @@ public class EncoderConfiguration {
                        image = Constants.FileNameEncoderFrictionSideInertial;
                        code = "Rotary friction - inertial machine side";
                        text = Catalog.GetString("Rotary friction encoder on inertial machine side.") + "\n" +
-                               Catalog.GetString("Person has to start fully extended (on the toes).");
+                               "*" + Catalog.GetString("Person has to start fully extended (on the toes).") 
+ "*";
 
                        has_d = true;
                        has_D = true;
@@ -988,7 +988,7 @@ public class EncoderConfiguration {
                        image = Constants.FileNameEncoderFrictionAxisInertial;
                        code = "Rotary friction axis - inertial machine axis";
                        text = Catalog.GetString("Rotary friction encoder on inertial machine axis.") + "\n" +
-                               Catalog.GetString("Person has to start fully extended (on the toes).");
+                               "*" + Catalog.GetString("Person has to start fully extended (on the toes).") 
+ "*";
 
                        has_d = true;
                        has_inertia = true;
@@ -1015,7 +1015,7 @@ public class EncoderConfiguration {
                        image = Constants.FileNameEncoderAxisInertial;
                        code = "Rotary axis - inertial machine";
                        text = Catalog.GetString("Rotary axis encoder on inertial machine.") + "\n" +
-                       Catalog.GetString("Person has to start fully extended (on the toes).");
+                               "*" + Catalog.GetString("Person has to start fully extended (on the toes).") 
+ "*";
 
                        has_d = true;
                        has_inertia = true;


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