This is an automated email from the ASF dual-hosted git repository. nadment pushed a commit to branch 3760 in repository https://gitbox.apache.org/repos/asf/hop.git
commit 22e285b01878b805443472913c610c06fdf14dce Author: Nicolas Adment <[email protected]> AuthorDate: Mon Mar 25 23:05:15 2024 +0100 Rename "Create" to "Create a note" #3760 --- .../hop/ui/hopgui/file/pipeline/messages/messages_en_US.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/main/resources/org/apache/hop/ui/hopgui/file/pipeline/messages/messages_en_US.properties b/ui/src/main/resources/org/apache/hop/ui/hopgui/file/pipeline/messages/messages_en_US.properties index 2a56ad0d74..6088bdfe6c 100644 --- a/ui/src/main/resources/org/apache/hop/ui/hopgui/file/pipeline/messages/messages_en_US.properties +++ b/ui/src/main/resources/org/apache/hop/ui/hopgui/file/pipeline/messages/messages_en_US.properties @@ -79,8 +79,8 @@ HopGuiPipelineGraph.TransformAction.EditTransform.Name=Edit HopGuiPipelineGraph.TransformAction.EditTransform.Tooltip=Edit the transform properties HopGuiPipelineGraph.TransformAction.EditDescription.Name=Edit description HopGuiPipelineGraph.TransformAction.EditDescription.Tooltip=Modify the transform description -HopGuiPipelineGraph.NoteAction.CreateNote.Name=Create -HopGuiPipelineGraph.NoteAction.CreateNote.Tooltip=Create the note +HopGuiPipelineGraph.NoteAction.CreateNote.Name=Create a note +HopGuiPipelineGraph.NoteAction.CreateNote.Tooltip=Create a new note HopGuiPipelineGraph.NoteAction.EditNote.Name=Edit HopGuiPipelineGraph.NoteAction.EditNote.Tooltip=Edit the note HopGuiPipelineGraph.NoteAction.DeleteNote.Name=Delete
