[chronojump] Changed "Selected:" to "Viewing:" on jumpRj/runI realtime bargraphs when use selection from treeview
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Changed "Selected:" to "Viewing:" on jumpRj/runI realtime bargraphs when use selection from treeview
- Date: Thu, 21 Apr 2022 14:41:13 +0000 (UTC)
commit 878c6a42d27db44180cdb36da1d48227f3f77c61
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]