This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 7604756dd7 HOP-3936: add missing translation
     new 1070497c25 Merge pull request #1582 from hansva/master
7604756dd7 is described below

commit 7604756dd7d06520d4a9cd684406831c8519b5c8
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Fri Jul 8 09:59:41 2022 +0200

    HOP-3936: add missing translation
---
 .../org/apache/hop/ui/hopgui/file/workflow/HopGuiWorkflowGraph.java     | 2 +-
 .../hop/ui/hopgui/file/workflow/messages/messages_en_US.properties      | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/ui/src/main/java/org/apache/hop/ui/hopgui/file/workflow/HopGuiWorkflowGraph.java
 
b/ui/src/main/java/org/apache/hop/ui/hopgui/file/workflow/HopGuiWorkflowGraph.java
index 0d53d30ad3..92ac79dcf0 100644
--- 
a/ui/src/main/java/org/apache/hop/ui/hopgui/file/workflow/HopGuiWorkflowGraph.java
+++ 
b/ui/src/main/java/org/apache/hop/ui/hopgui/file/workflow/HopGuiWorkflowGraph.java
@@ -2533,7 +2533,7 @@ public class HopGuiWorkflowGraph extends 
HopGuiAbstractGraph
           .append(" ")
           .append(hi.getToAction().getName())
           .append(Const.CR);
-      tip.append(BaseMessages.getString(PKG, 
"PipelineGraph.Dialog.HopInfo.Status")).append(" ");
+      tip.append(BaseMessages.getString(PKG, 
"WorkflowGraph.Dialog.HopInfo.Status")).append(" ");
       tip.append(
           (hi.isEnabled()
               ? BaseMessages.getString(PKG, 
"WorkflowGraph.Dialog.HopInfo.Enable")
diff --git 
a/ui/src/main/resources/org/apache/hop/ui/hopgui/file/workflow/messages/messages_en_US.properties
 
b/ui/src/main/resources/org/apache/hop/ui/hopgui/file/workflow/messages/messages_en_US.properties
index 4c79665143..2019b2f914 100644
--- 
a/ui/src/main/resources/org/apache/hop/ui/hopgui/file/workflow/messages/messages_en_US.properties
+++ 
b/ui/src/main/resources/org/apache/hop/ui/hopgui/file/workflow/messages/messages_en_US.properties
@@ -92,6 +92,7 @@ WorkflowGraph.Dialog.HopCausesLoop.Message=This hop causes a 
loop.  This is not
 WorkflowGraph.Dialog.HopCausesLoop.Title=Loop\!
 WorkflowGraph.Dialog.HopExists.Message=This hop already exists\!
 WorkflowGraph.Dialog.HopExists.Title=Hop exists
+WorkflowGraph.Dialog.HopInfo.Status=Status \:
 WorkflowGraph.Dialog.HopInfo.Disable=Disabled
 WorkflowGraph.Dialog.HopInfo.Enable=Enabled
 WorkflowGraph.Dialog.HopInfo.SourceEntry=From action\: 

Reply via email to