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 92a57f4cdc HOP-3993 Pipeline view GUI label changes from old 
"transform" naming
     new 11e36e6bb5 Merge pull request #1542 from gvdutra/HOP-3993
92a57f4cdc is described below

commit 92a57f4cdc34932d51ad32f8a119bcb2f60e636b
Author: Gabriel Dutra <[email protected]>
AuthorDate: Mon Jun 20 22:13:38 2022 -0700

    HOP-3993 Pipeline view GUI label changes from old "transform" naming
---
 .../hopgui/file/workflow/delegates/messages/messages_en_US.properties   | 2 +-
 .../hopgui/file/workflow/delegates/messages/messages_zh_CN.properties   | 2 +-
 .../org/apache/hop/ui/hopgui/messages/messages_en_US.properties         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/ui/src/main/resources/org/apache/hop/ui/hopgui/file/workflow/delegates/messages/messages_en_US.properties
 
b/ui/src/main/resources/org/apache/hop/ui/hopgui/file/workflow/delegates/messages/messages_en_US.properties
index 1cf287dfa6..a0ac3d1fce 100644
--- 
a/ui/src/main/resources/org/apache/hop/ui/hopgui/file/workflow/delegates/messages/messages_en_US.properties
+++ 
b/ui/src/main/resources/org/apache/hop/ui/hopgui/file/workflow/delegates/messages/messages_en_US.properties
@@ -20,7 +20,7 @@
 #Sun Jan 10 17:49:51 CET 2021
 WorkflowLog.Column.Result=Result
 WorkflowLog.Tree.Success=Success
-HopGui.WorkflowGraph.GridTab.Name=Workflow metrics
+HopGui.WorkflowGraph.GridTab.Name=Metrics
 WorkflowLog.Column.WorkflowAction=Action
 WorkflowLog.Tree.WorkflowPrefix=Workflow\: 
 WorkflowLog.Tree.Failure=Failure
diff --git 
a/ui/src/main/resources/org/apache/hop/ui/hopgui/file/workflow/delegates/messages/messages_zh_CN.properties
 
b/ui/src/main/resources/org/apache/hop/ui/hopgui/file/workflow/delegates/messages/messages_zh_CN.properties
index a72be66e78..8452cf1249 100644
--- 
a/ui/src/main/resources/org/apache/hop/ui/hopgui/file/workflow/delegates/messages/messages_zh_CN.properties
+++ 
b/ui/src/main/resources/org/apache/hop/ui/hopgui/file/workflow/delegates/messages/messages_zh_CN.properties
@@ -16,7 +16,7 @@
 # limitations under the License.
 #
 #
-HopGui.WorkflowGraph.GridTab.Name=Workflow Metrics
+HopGui.WorkflowGraph.GridTab.Name=Metrics
 WorkflowLog.Column.Comment=\u5907\u6CE8
 WorkflowLog.Column.Filename=\u6587\u4EF6\u540D
 WorkflowLog.Column.LogDate=\u8BB0\u5F55\u65F6\u95F4
diff --git 
a/ui/src/main/resources/org/apache/hop/ui/hopgui/messages/messages_en_US.properties
 
b/ui/src/main/resources/org/apache/hop/ui/hopgui/messages/messages_en_US.properties
index a98343b7cb..cf11664f8b 100644
--- 
a/ui/src/main/resources/org/apache/hop/ui/hopgui/messages/messages_en_US.properties
+++ 
b/ui/src/main/resources/org/apache/hop/ui/hopgui/messages/messages_en_US.properties
@@ -113,7 +113,7 @@ HopGui.Menu.Undo.Available=Undo \: {0}
 HopGui.Menu.Undo.NotAvailable=Undo \: not available
 HopGui.Message.Warning.NotShowWarning=Please, don''t show this warning anymore 
(also available in the options dialog).
 
HopGui.PipelineExecutionConfigurationDialog.Help=manual/latest/pipeline/run-preview-debug-pipeline.html
-HopGui.PipelineGraph.GridTab.Name=Transform Metrics
+HopGui.PipelineGraph.GridTab.Name=Metrics
 HopGui.PipelineGraph.LogTab.Name=Logging
 HopGui.Toolbar.EditProperties.Tooltip=Edit the pipeline properties
 HopGui.Toolbar.Redo.Tooltip=Redo an operation

Reply via email to