[chronojump] Changed one string



commit a47e46bfceeb208e46b82fa7cbcf097cf2e17edc
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Aug 6 14:55:51 2020 +0200

    Changed one string

 src/gui/app1/forceSensor.cs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/app1/forceSensor.cs b/src/gui/app1/forceSensor.cs
index 3640a615..c069caf1 100644
--- a/src/gui/app1/forceSensor.cs
+++ b/src/gui/app1/forceSensor.cs
@@ -814,8 +814,8 @@ public partial class ChronoJumpWindow
                }
                while(! str.Contains("Starting capture"));
 
-               //forceSensorOtherMessage = string.Format("Please elongate the band/tube to {0} cm from its 
length without tension. You have 10 seconds.", distanceCm);
-               forceSensorOtherMessage = string.Format("0-------d---A---B--\t\tElongate to <b>{0}</b> 
\t(d-{0} = {1} cm). \t", letter, distanceCm);
+               //forceSensorOtherMessage = string.Format("Please pull the band/tube to {0} cm from its 
length without tension. You have 10 seconds.", distanceCm);
+               forceSensorOtherMessage = string.Format("0-------d---A---B--\t\tPull to <b>{0}</b> \t(d-{0} = 
{1} cm). \t", letter, distanceCm);
 
                forceSensorOtherMessageShowSecondsInit = 10.999;
                forceSensorOtherMessageShowSeconds = secondsEnum.DESC;


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