Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenn Hussey2018-04-03 13:56:26 +0000
committerKenn Hussey2018-04-03 13:56:26 +0000
commitd2df9e4cdcddbb9b28a30110cf14a803b49961fc (patch)
tree924b3a135112aa898b989f88d508fc28e7cff7af /plugins
parent421c403d43a48bc0c158ece986f515f4a8e20e2e (diff)
downloadorg.eclipse.uml2-d2df9e4cdcddbb9b28a30110cf14a803b49961fc.tar.gz
org.eclipse.uml2-d2df9e4cdcddbb9b28a30110cf14a803b49961fc.tar.xz
org.eclipse.uml2-d2df9e4cdcddbb9b28a30110cf14a803b49961fc.zip
[529769] Tweaking menu option label for (re)applying profiles.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.uml2.uml.editor/plugin.properties9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/org.eclipse.uml2.uml.editor/plugin.properties b/plugins/org.eclipse.uml2.uml.editor/plugin.properties
index 0b13de164..0b2f51ed8 100644
--- a/plugins/org.eclipse.uml2.uml.editor/plugin.properties
+++ b/plugins/org.eclipse.uml2.uml.editor/plugin.properties
@@ -1,4 +1,4 @@
-# Copyright (c) 2005, 2013 IBM Corporation, Embarcadero Technologies, CEA, and others.
+# Copyright (c) 2005, 2018 IBM Corporation, Embarcadero Technologies, CEA, 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
@@ -9,6 +9,7 @@
# Kenn Hussey (Embarcadero Technologies) - 227392, 226178, 226101, 204200
# Kenn Hussey (CEA) - 327039, 416833
# Christian W. Damus (CEA) - 326915, 268444, 180744
+# Kenn Hussey - 529769
#
# NLS_MESSAGEFORMAT_VAR
@@ -75,7 +76,7 @@ _UI_DestroyElementAction_label = &Destroy
_UI_UnapplyStereotypeAction_label = &Unapply Stereotype...
_UI_ExpandTemplatesAction_label = Expand &Templates...
-_UI_ApplyProfileAction_label = &Apply Profile...
+_UI_ApplyProfileAction_label = (Re-)&Apply Profile...
_UI_ImportPrimitiveTypeAction_label = &Import Primitive Type...
_UI_MergePackageAction_label = &Merge...
_UI_UnapplyProfileAction_label = &Unapply Profile...
@@ -91,7 +92,7 @@ _UI_DestroyElementActionCommand_label = Destroy ''{0}''
_UI_UnapplyStereotypeActionCommand_label = Unapply Stereotype(s)
_UI_ExpandTemplatesActionCommand_label = Expand Template(s) of ''{0}''
-_UI_ApplyProfileActionCommand_label = Apply Profile(s)
+_UI_ApplyProfileActionCommand_label = (Re-)Apply Profile(s)
_UI_ImportPrimitiveTypeActionCommand_label = Import Primitive Type(s)
_UI_MergePackageActionCommand_label = Merge Package ''{0}''
_UI_UnapplyProfileActionCommand_label = Unapply Profile(s)
@@ -146,7 +147,7 @@ _UI_AppliedProfiles_label = Applied Profiles
_UI_StereotypesToApply_label = Stereotypes to Apply
_UI_StereotypesToUnapply_label = Stereotypes to Unapply
-_UI_ProfilesToApply_label = Profiles to Apply
+_UI_ProfilesToApply_label = Profiles to (Re-)Apply
_UI_ProfilesToUnapply_label = Profiles to Unapply
_UI_Apply_label = Apply

Back to the top