[chronojump] Minor change on a string



commit c9d9a3a778bbb3a9734029f1c0de2afa295c5e91
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Jun 29 12:20:18 2018 +0200

    Minor change on a string

 src/gui/run.cs | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/gui/run.cs b/src/gui/run.cs
index 54577633..28c3b985 100644
--- a/src/gui/run.cs
+++ b/src/gui/run.cs
@@ -1238,9 +1238,8 @@ public partial class ChronoJumpWindow
        private void on_button_run_with_reaction_time_help_clicked (object o, EventArgs args)
        {
                new DialogMessage(Constants.MessageTypes.INFO,
-                               "TODO" +
-                               "\nneed new device (introduce name)" +
-                               "\ntest will start when person is at start pad and push button is pressed" +
+                               "\nThis feature need a new Chronojump device under development." +
+                               "\n\nTest will start when person is at start pad and push button is pressed" +
                                "\nreaction time will be in ms and as a comment on Description"
                                );
        }


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