Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.bpmn2.modeler.ui/src/org/eclipse/bpmn2/modeler/ui/messages.properties')
-rw-r--r--plugins/org.eclipse.bpmn2.modeler.ui/src/org/eclipse/bpmn2/modeler/ui/messages.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.bpmn2.modeler.ui/src/org/eclipse/bpmn2/modeler/ui/messages.properties b/plugins/org.eclipse.bpmn2.modeler.ui/src/org/eclipse/bpmn2/modeler/ui/messages.properties
index afdbd75c..0cc3405a 100644
--- a/plugins/org.eclipse.bpmn2.modeler.ui/src/org/eclipse/bpmn2/modeler/ui/messages.properties
+++ b/plugins/org.eclipse.bpmn2.modeler.ui/src/org/eclipse/bpmn2/modeler/ui/messages.properties
@@ -308,13 +308,13 @@ UI_Any_isForCompensation_description = \
If true, this Activity is only activated when a Compensation Event is\n\
detected and initiated under Compensation Event visibility scope
UI_DataInput_name_description = \
- Name of the Input Parameter to which a Process variable\n\
+ Name of the Input Data Item to which a Process variable\n\
or expression is assigned before the activity is executed.
UI_DataInputAssociation_sourceRef_description = \
- A Process variable assigned to the activity's Input Parameter\n\
+ A Process variable assigned to the activity's Input Data Item\n\
before the activity is executed
UI_DataOutput_name_description = \
- Name of the Output Parameter containing the results of the activity (if any).\n\
+ Name of the Output Data Item containing the results of the activity (if any).\n\
The results are assigned to a Process variable before execution of the Process continues.
UI_DataOutputAssociation_targetRef_description = \
A Process variable to which the activity's results (if any) are assigned.

Back to the top