[chronojump] On contacts capture tab selector test/all, test is now translated



commit 12008192f742a0894ba14b94530cedd7976b7f61
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Aug 3 23:13:37 2021 +0200

    On contacts capture tab selector test/all, test is now translated

 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 d7c5a06aa..aa8901788 100644
--- a/src/gui/eventExecute.cs
+++ b/src/gui/eventExecute.cs
@@ -202,8 +202,8 @@ public partial class ChronoJumpWindow
 
                event_graph_label_graph_test.Text = "<b>" + event_execute_eventType + "</b>";
                event_graph_label_graph_test.UseMarkup = true;
-               if(radio_contacts_graph_currentTest.Label != event_execute_eventType)
-                       radio_contacts_graph_currentTest.Label = event_execute_eventType;
+               if(radio_contacts_graph_currentTest.Label != Catalog.GetString(event_execute_eventType))
+                       radio_contacts_graph_currentTest.Label = Catalog.GetString(event_execute_eventType);
                                
                event_execute_label_message.Text = "";
 


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