You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2023/03/17 09:48:42 UTC

[hop] branch master updated: fix #2560 fix typo

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 53d7452783 fix #2560 fix typo
     new c2c6cbc06e Merge pull request #2611 from uraychang/2560
53d7452783 is described below

commit 53d7452783ea66664cc358f3ac149237e56810e8
Author: ray.chang <ur...@gmail.com>
AuthorDate: Fri Mar 17 16:06:02 2023 +0800

    fix #2560 fix typo
---
 .../hop/workflow/actions/abort/messages/messages_en_US.properties       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/actions/abort/src/main/resources/org/apache/hop/workflow/actions/abort/messages/messages_en_US.properties b/plugins/actions/abort/src/main/resources/org/apache/hop/workflow/actions/abort/messages/messages_en_US.properties
index b4c1b3085b..322365dd66 100644
--- a/plugins/actions/abort/src/main/resources/org/apache/hop/workflow/actions/abort/messages/messages_en_US.properties
+++ b/plugins/actions/abort/src/main/resources/org/apache/hop/workflow/actions/abort/messages/messages_en_US.properties
@@ -26,7 +26,7 @@ ActionAbort.keyword=abort
 ActionAbortDialog.Label=Abort workflow
 ActionAbortDialog.MessageAbort.Label=Message
 ActionAbortDialog.MessageAbort.Tooltip=Message to display in the log
-ActionAbortDialog.AlwaysLogRows.Label=Do not mark as error
+ActionAbortDialog.AlwaysLogRows.Label=Always log rows
 ActionAbortDialog.AlwaysLogRows.Tooltip=Always log rows even if below current log level
 ActionAbortDialog.MessageLogLevels.Label=Log level of the message:
 ActionAbortDialog.Title=Abort workflow
\ No newline at end of file