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

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


The following commit(s) were added to refs/heads/main by this push:
     new c9e3bb33c6 [TRANS] make warnings a bit less passive aggressive (#5935)
c9e3bb33c6 is described below

commit c9e3bb33c6825d0211df223179a960affba949c2
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Thu Oct 30 16:02:54 2025 +0100

    [TRANS] make warnings a bit less passive aggressive (#5935)
---
 .../hop/ui/hopgui/file/workflow/messages/messages_en_US.properties      | 2 +-
 .../org/apache/hop/ui/hopgui/messages/messages_en_US.properties         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 c710046876..8219124d52 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
@@ -166,7 +166,7 @@ WorkflowLog.Dialog.SaveJobBeforeRunning.Message=Please save 
the workflow before
 WorkflowLog.Dialog.SaveJobBeforeRunning.Title=Save workflow
 WorkflowLog.Dialog.WorkflowHasChangedSave.Message=Please save your workflow 
first\!
 WorkflowLog.Dialog.WorkflowHasChangedSave.Title=File has changed\!
-WorkflowLog.Dialog.WorkflowIsAlreadyRunning.Message=This workflow is already 
running. Please don't start it twice\!
+WorkflowLog.Dialog.WorkflowIsAlreadyRunning.Message=This workflow is already 
running, and must complete before it can run again.
 WorkflowLog.Dialog.WorkflowIsAlreadyRunning.Title=Warning\!
 WorkflowLog.Log.AutoSaveFileBeforeRunning=Save file automatically before 
running...
 WorkflowLog.Log.ProcessingOfWorkflowStopped=Processing of the workflow has 
stopped.
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 863e0a4af4..c4cca29786 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
@@ -236,7 +236,7 @@ PipelineLog.Column.Updated=Updated
 PipelineLog.Column.Written=Written
 PipelineLog.Dialog.DoNoPreviewWhileRunning.Message=Sorry, it is not possible 
to preview transforms when the pipeline is running.
 PipelineLog.Dialog.DoNoPreviewWhileRunning.Title=Sorry
-PipelineLog.Dialog.DoNoStartPipelineTwice.Message=The pipeline is running, 
don''t start it twice\!
+PipelineLog.Dialog.DoNoStartPipelineTwice.Message=This pipeline is already 
running, and must complete before it can run again.
 PipelineLog.Dialog.DoNoStartPipelineTwice.Title=Warning\!
 PipelineLog.Dialog.ErrorLines.Message=Select the transform to edit\:
 PipelineLog.Dialog.ErrorLines.Title=Error lines

Reply via email to