From e36e918d324965fe34f0fc1e74ef970d3c28140c Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 22 Feb 2019 09:28:30 +0100 Subject: [PATCH] RenderedProcessActionBar: Use term "Node" instead of "Process" A process is also a node but a node not necessarily a process. --- .../Businessprocess/Web/Component/RenderedProcessActionBar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Businessprocess/Web/Component/RenderedProcessActionBar.php b/library/Businessprocess/Web/Component/RenderedProcessActionBar.php index 8de8ac0..4d0c21d 100644 --- a/library/Businessprocess/Web/Component/RenderedProcessActionBar.php +++ b/library/Businessprocess/Web/Component/RenderedProcessActionBar.php @@ -100,7 +100,7 @@ class RenderedProcessActionBar extends ActionBar 'title' => mt('businessprocess', 'Add a new business process node'), 'class' => 'icon-plus button-link' ], - mt('businessprocess', 'Add Process') + mt('businessprocess', 'Add Node') )); } }