Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre2017-08-28 07:53:19 +0000
committerFrancois Le Fevre2017-08-28 07:53:19 +0000
commit7e6e7ed9c3092b722495848d6270eeaa44b55a5a (patch)
tree18714a628ac0fbcc5c02174fe438196af1d1e1c0 /plugins
parent3c89b9852b7234e251df4a74225a967d486162fe (diff)
downloadorg.eclipse.papyrus-7e6e7ed9c3092b722495848d6270eeaa44b55a5a.tar.gz
org.eclipse.papyrus-7e6e7ed9c3092b722495848d6270eeaa44b55a5a.tar.xz
org.eclipse.papyrus-7e6e7ed9c3092b722495848d6270eeaa44b55a5a.zip
Bug 521448 - [userxp] rename the menu Model Repair into Model refactor
Actions -refactor the menu from repair to refactor Tests -start rcp Change-Id: I138d99542df9d3865916f9505720359ad0ef1e80 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=521448 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.modelrepair/OSGI-INF/l10n/bundle.properties13
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.modelrepair/plugin.properties3
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.modelrepair/plugin.xml2
3 files changed, 16 insertions, 2 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.uml.modelrepair/OSGI-INF/l10n/bundle.properties b/plugins/uml/org.eclipse.papyrus.uml.modelrepair/OSGI-INF/l10n/bundle.properties
new file mode 100644
index 00000000000..8db062e7c9b
--- /dev/null
+++ b/plugins/uml/org.eclipse.papyrus.uml.modelrepair/OSGI-INF/l10n/bundle.properties
@@ -0,0 +1,13 @@
+#
+# Copyright (c) 2015 Christian W. Damus and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Francois Le Fevre (CEA LIST) - Initial API and implementation
+#
+
+pluginMenuRefactor = Model refactor
diff --git a/plugins/uml/org.eclipse.papyrus.uml.modelrepair/plugin.properties b/plugins/uml/org.eclipse.papyrus.uml.modelrepair/plugin.properties
index b00d9df81fe..731b48d02ff 100644
--- a/plugins/uml/org.eclipse.papyrus.uml.modelrepair/plugin.properties
+++ b/plugins/uml/org.eclipse.papyrus.uml.modelrepair/plugin.properties
@@ -9,4 +9,5 @@
# Benoit Maggi (CEA LIST) benoit.maggi@cea.fr - initial API and implementation
##################################################################################)
-pluginDescription=This plugin provides some utility features to switch from profile/library to registered ones. \ No newline at end of file
+pluginDescription=This plugin provides some utility features to switch from profile/library to registered ones.
+
diff --git a/plugins/uml/org.eclipse.papyrus.uml.modelrepair/plugin.xml b/plugins/uml/org.eclipse.papyrus.uml.modelrepair/plugin.xml
index f23c5e75cb6..30404c40141 100644
--- a/plugins/uml/org.eclipse.papyrus.uml.modelrepair/plugin.xml
+++ b/plugins/uml/org.eclipse.papyrus.uml.modelrepair/plugin.xml
@@ -11,7 +11,7 @@
<menu
icon="icons/papyrus.png"
id="org.eclipse.papyrus.uml.modelrepair.refactor"
- label="Model Repair">
+ label="%pluginMenuRefactor">
<command
commandId="org.eclipse.papyrus.uml.modelrepair.switchprofiles"
style="push"

Back to the top