From bd11ae104a3839c69c080b46ee8bcad237d5d5d7 Mon Sep 17 00:00:00 2001 From: Romain Bioteau Date: Tue, 19 Jan 2016 16:33:48 +0100 Subject: [PATCH] BS-14844 Fix typo --- .../plugins/org.bonitasoft.studio.contract/messages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/plugins/org.bonitasoft.studio.contract/messages.properties b/bundles/plugins/org.bonitasoft.studio.contract/messages.properties index 9123345e8d..5a0fde4e84 100644 --- a/bundles/plugins/org.bonitasoft.studio.contract/messages.properties +++ b/bundles/plugins/org.bonitasoft.studio.contract/messages.properties @@ -75,7 +75,7 @@ autoGeneratedOperationStepButton=Auto-generate storage operations manuallyDefinedOperationStepButton=No, thanks. I'll manually define how to use the contract. autoGeneratedOperationProcessButton=Auto-generate the initialization script.Click on preview button to check its content. manuallyDefinedOperationProcessButton=No, thanks. I'll manually define how to use the contract. -contractStrictGenerationMsg=The contract inputs have been specified.\nA script that sets the default values of the business variable attributes with the contract input values will be generated. It can be viewed and edited in the Data tab. If the default value of a business variable already exists, this script will override it.\n\nContract inputs and the script can be edited manually.\nHowever, there is no refactoring (for example, updating the attribute name or a multiple property in a business object or contract element will break the script). +contractStrictGenerationMsg=The contract inputs have been specified.\nA script that sets the default values of the business variable attributes with the contract input values will be generated. It can be viewed and edited in the Data tab. If the default value of a business variable already exists, this script will override it.\n\nThe contract inputs and the script can be edited manually.\nHowever, there is no refactoring (for example, updating the attribute name or a multiple property in a business object or contract element will break the script). invalidBusinessDataSelected=Invalid business data selected. setGeneratedScriptPreviewPageDescription=Preview of the generated script that initializes the default value of the data {0}. To edit this script, go to the Data declaration and edit the default value definition. generatedScriptPreviewTitle=Generated script preview -- GitLab