]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/componentTypeEditor/Messages.java
Added new user component SCL script simulation stage: post-preparation
[simantics/platform.git] / bundles / org.simantics.modeling.ui / src / org / simantics / modeling / ui / componentTypeEditor / Messages.java
index 7890358fd41e1f0d2257fb32803fb752f840e17c..78ebf9c1182c3bffb9f291c6f3b2a898e31ca157 100644 (file)
@@ -10,7 +10,8 @@ public class Messages extends NLS {
        public static String ComponentTypeScriptEditor_ExecuteAtEachStep;
        public static String ComponentTypeScriptEditor_ExecuteBeforeEachStep;
        public static String ComponentTypeScriptEditor_ExecuteBinaryAutomation;
-       public static String ComponentTypeScriptEditor_ExecuteDuringPreparation;
+       public static String ComponentTypeScriptEditor_ExecuteBeforePreparation;
+       public static String ComponentTypeScriptEditor_ExecuteAfterPreparation;
        public static String ComponentTypeViewer_OpenedInReadOnly;
        public static String ComponentTypeViewerData_ContainsInvalidCharacters;
        public static String ComponentTypeViewerData_CtrlEnterApplyChanges;