RenderedProcessActionBar: Use term "Node" instead of "Process"

A process is also a node but a node not necessarily a process.
This commit is contained in:
Johannes Meyer 2019-02-22 09:28:30 +01:00
parent a1bb91a999
commit e36e918d32

View file

@ -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')
));
}
}