Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/plugin.properties')
-rwxr-xr-xplugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/plugin.properties8
1 files changed, 6 insertions, 2 deletions
diff --git a/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/plugin.properties b/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/plugin.properties
index 081e08503f4..bf3a594c71d 100755
--- a/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/plugin.properties
+++ b/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/plugin.properties
@@ -9,8 +9,8 @@
# Contributors:
# Vincent Lorenzo (CEA LIST) vincent.lorenzo@cea.fr - Initial API and implementation
-pluginName = Expressions Editor
-providerName = www.example.org
+pluginName = Papyrus EMF Expressions Editor
+providerName = Eclipse Modeling Project
_UI_ExpressionsEditor_menu = &Expressions Editor
_UI_EObjectBooleanExpressionsEditor_menu = &EObjectBooleanExpressions Editor
@@ -66,3 +66,7 @@ _UI_Wizard_initial_object_description = Select a model object to create
_UI_FileConflict_label = File Conflict
_WARN_FileConflict = There are unsaved changes that conflict with changes made outside the editor. Do you wish to discard this editor's changes?
+_UI_BooleanExpressionsEditor_menu = &BooleanExpressions Editor
+_UI_BooleanExpressionsEditor_label = BooleanExpressions Model Editor
+_UI_BooleanExpressionsEditorFilenameDefaultBase = My
+_UI_BooleanExpressionsEditorFilenameExtensions = booleanexpressions

Back to the top