[chronojump/FS-TFT-Menu] Changed "Selected:" to "Viewing:" on jumpRj/runI realtime bargraphs when use selection from treeview



commit 7c153b5c56abd800dcc89c559a9e6a6f72282e44
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Apr 21 16:40:30 2022 +0200

    Changed "Selected:" to "Viewing:" on jumpRj/runI realtime bargraphs when use selection from treeviews

 src/gui/eventExecute.cs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/eventExecute.cs b/src/gui/eventExecute.cs
index 379ef546b..87921940f 100644
--- a/src/gui/eventExecute.cs
+++ b/src/gui/eventExecute.cs
@@ -3039,7 +3039,7 @@ public class CairoPaintBarsPreJumpReactiveRealtimeCapture : CairoPaintBarsPre
                if(isLastCaptured)
                        this.title = Catalog.GetString("Last test:") + " " + generateTitle();
                else
-                       this.title = Catalog.GetString("Selected:") + " " + generateTitle();
+                       this.title = Catalog.GetString("Viewing:") + " " + generateTitle();
 
                //this.lastTv = lastTv;
                //this.lastTc = lastTc;
@@ -3174,7 +3174,7 @@ public class CairoPaintBarsPreRunIntervalRealtimeCapture : CairoPaintBarsPre
                if(isLastCaptured)
                        this.title = Catalog.GetString("Last test:") + " " + generateTitle();
                else
-                       this.title = Catalog.GetString("Selected:") + " " + generateTitle();
+                       this.title = Catalog.GetString("Viewing:") + " " + generateTitle();
 
                this.isRelative = isRelative;
 


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