Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrschnekenbu2009-08-28 18:28:41 +0000
committerrschnekenbu2009-08-28 18:28:41 +0000
commit0393c62b05e06a0aa2e83617b106b5c4768682ca (patch)
treee98fa227994e6490b239233dcd3092f96e43105b /plugins/uml/org.eclipse.papyrus.diagram.common/messages.properties
parentb8748040d74120fa1a08b9e16349b6fcaaccad8b (diff)
downloadorg.eclipse.papyrus-0393c62b05e06a0aa2e83617b106b5c4768682ca.tar.gz
org.eclipse.papyrus-0393c62b05e06a0aa2e83617b106b5c4768682ca.tar.xz
org.eclipse.papyrus-0393c62b05e06a0aa2e83617b106b5c4768682ca.zip
first commit for the palette customisation.
Diffstat (limited to 'plugins/uml/org.eclipse.papyrus.diagram.common/messages.properties')
-rw-r--r--plugins/uml/org.eclipse.papyrus.diagram.common/messages.properties5
1 files changed, 5 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 c23dad96d8d..21b7e7cbb4d 100644
--- a/plugins/uml/org.eclipse.papyrus.diagram.common/messages.properties
+++ b/plugins/uml/org.eclipse.papyrus.diagram.common/messages.properties
@@ -42,3 +42,8 @@ AppliedStereotypeLabel_UsageTag=use
AppliedStereotypeLabel_PackageImportTag=import
AppliedStereotypeLabel_AbstractionTag=abstraction
AppliedStereotypeLabel_PackageMergeTag=merge
+
+############# Palette Customisation #################
+PapyrusPaletteCustomizerDialog_AddButtonTooltip=Add the selection to the palette
+PapyrusPaletteCustomizerDialog_RemoveButtonTooltip=Remove the selection from the palette
+

Back to the top