Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrschnekenbu2009-11-25 15:34:42 +0000
committerrschnekenbu2009-11-25 15:34:42 +0000
commit0bca7d2c729981ae3c92bad6887e6d957433e43b (patch)
treeab2cf4ac5a3287a800f7eab60debf442cd6350c3 /plugins/uml/org.eclipse.papyrus.diagram.common/messages.properties
parent8a7953d0b28030ab3d4c97b6c1a083d390a1a3fa (diff)
downloadorg.eclipse.papyrus-0bca7d2c729981ae3c92bad6887e6d957433e43b.tar.gz
org.eclipse.papyrus-0bca7d2c729981ae3c92bad6887e6d957433e43b.tar.xz
org.eclipse.papyrus-0bca7d2c729981ae3c92bad6887e6d957433e43b.zip
the customize palette dialog now checks if all profiles needed are present to edit the palette
Diffstat (limited to 'plugins/uml/org.eclipse.papyrus.diagram.common/messages.properties')
-rw-r--r--plugins/uml/org.eclipse.papyrus.diagram.common/messages.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.diagram.common/messages.properties b/plugins/uml/org.eclipse.papyrus.diagram.common/messages.properties
index 529be6d046f..25a9351c515 100644
--- a/plugins/uml/org.eclipse.papyrus.diagram.common/messages.properties
+++ b/plugins/uml/org.eclipse.papyrus.diagram.common/messages.properties
@@ -46,6 +46,9 @@ AppliedStereotypeLabel_PackageMergeTag=merge
############# Palette Customisation #################
PapyrusPaletteCustomizerDialog_AddButtonTooltip=Add the selection to the palette
PapyrusPaletteCustomizerDialog_RemoveButtonTooltip=Remove the selection from the palette
+PapyrusPaletteCustomizerDialog_EditButtonTooltip_LocalPaletteSelected=Edit the selected local palette
+PapyrusPaletteCustomizerDialog_EditButtonTooltip_LocalPaletteNotSelected=Edit a local palette. Please select a local palette in the available palette viewer.
+PapyrusPaletteCustomizerDialog_EditButtonTooltip_MissingProfile=Impossible to edit this local palette because some required profile are not applied.
PaletteContextMenu_MissingProfile=This palette not available because of missing applied profiles to the current model
StandardGroup_Label=Standard
Palette_Action_Label=Palettes

Back to the top