[chronojump] Fixed one text string



commit f41164e8505ccf78d9e4c4243dfcd3c1ac5b3128
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Apr 6 12:44:15 2021 +0200

    Fixed one text string

 src/gui/app1/runEncoder.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/app1/runEncoder.cs b/src/gui/app1/runEncoder.cs
index 46f2068c..1e99bfc4 100644
--- a/src/gui/app1/runEncoder.cs
+++ b/src/gui/app1/runEncoder.cs
@@ -1648,7 +1648,7 @@ public partial class ChronoJumpWindow
                bigArray.Add(a3);
 
                genericWin = GenericWindow.Show(Catalog.GetString("Exercise"), false,   //don't show now
-                               Catalog.GetString("Force sensor exercise:"), bigArray);
+                               Catalog.GetString("Race analyzer exercise:"), bigArray);
                genericWin.LabelEntry2 = Catalog.GetString("Description");
 
                genericWin.ShowButtonCancel(false);


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