[chronojump] Added message for horizontal movement on inclinated plane modes



commit 6ba361753ace2f030523bdf1b5e4f4295f3ce023
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Sep 29 12:37:39 2015 +0200

    Added message for horizontal movement on inclinated plane modes

 src/encoder.cs |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/encoder.cs b/src/encoder.cs
index 9b1caf5..b5b114d 100644
--- a/src/encoder.cs
+++ b/src/encoder.cs
@@ -1048,7 +1048,8 @@ public class EncoderConfiguration {
                        position = 7;
                        image = Constants.FileNameEncoderLinearOnPlane;
                        code = "Linear - inclinated plane";
-                       text = Catalog.GetString("Linear encoder on a inclinated plane.");
+                       text = Catalog.GetString("Linear encoder on a inclinated plane.") + "\n" + 
+                               Catalog.GetString("Suitable also for horizontal movement. Just set a 0 push 
angle.");
                        
                        has_angle_push = true;
                        has_angle_weight = false;
@@ -1058,7 +1059,8 @@ public class EncoderConfiguration {
                        position = 8;
                        image = Constants.FileNameEncoderLinearOnPlaneWeightDiffAngle;
                        code = "Linear - inclinated plane different angle";
-                       text = Catalog.GetString("Linear encoder on a inclinated plane moving a weight in 
different angle.");
+                       text = Catalog.GetString("Linear encoder on a inclinated plane moving a weight in 
different angle.") + "\n" +
+                               Catalog.GetString("Suitable also for horizontal movement. Just set a 0 push 
angle.");
                        
                        has_angle_push = true;
                        has_angle_weight = true;


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