Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2014-07-22 20:54:37 +0000
committerLars Vogel2014-07-22 20:55:29 +0000
commitba6bd42c21425e5e4123a864a2e7c5af39076339 (patch)
tree0196e3662e56cb3d6160ba849ff5db59b22d3e01
parente1518f4cb192c7a6a50449cbab9f103e4a7b8312 (diff)
downloadorg.eclipse.e4.tools-ba6bd42c21425e5e4123a864a2e7c5af39076339.tar.gz
org.eclipse.e4.tools-ba6bd42c21425e5e4123a864a2e7c5af39076339.tar.xz
org.eclipse.e4.tools-ba6bd42c21425e5e4123a864a2e7c5af39076339.zip
Bug 440159 - Use "Part Descriptor" instead of "PartDescriptor" in modelI20140723-0900I20140722-2200
editor Change-Id: I6220ea49f10c6a7b3c6880959664b322176e6986 Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com>
-rw-r--r--bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/Messages.properties11
1 files changed, 6 insertions, 5 deletions
diff --git a/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/Messages.properties b/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/Messages.properties
index de753700..2cda3138 100644
--- a/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/Messages.properties
+++ b/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/Messages.properties
@@ -7,9 +7,10 @@
# *
# * Contributors:
# * Tom Schindl <tom.schindl@bestsolution.at> - initial API and implementation
-# * Sopot Cela <sopotcela@gmail.com> - enhancements
+# * Sopot Cela <sopotcela@gmail.com> - enhancements
# * Marco Descher <marco@descher.at> - Bug 395982, 396975, 426653
# * Steven Spungin <steven@spungin.tv> - Bug 431735, 430717
+# * Lars Vogel <Lars.Vogel@gmail.com> - Bug 440159
# ******************************************************************************
ModelTooling_Common_Up=Up
ModelTooling_Common_Down=Down
@@ -172,8 +173,8 @@ MenuItemEditor_AddCoreExpression=VisibleWhen Core Expression
MenuSeparatorEditor_Label=Separator
-PartDescriptorEditor_Label=PartDescriptor
-PartDescriptorEditor_Descriptor=PartDescriptor Bla Bla Bla Bla
+PartDescriptorEditor_Label=Part Descriptor
+PartDescriptorEditor_Descriptor=Part Descriptor Bla Bla Bla Bla
PartDescriptorEditor_LabelLabel=Label
PartDescriptorEditor_Tooltip=Tooltip
PartDescriptorEditor_IconURI=Icon URI
@@ -452,8 +453,8 @@ VModelImportsEditor_Imports=Imports
VPartDescriptor_TreeLabel=Part Descriptors
VPartDescriptor_TreeLabelDescription=Part Descriptors Bla Bla Bla Bla Bla
-VPartDescriptor_Descriptors=Descriptors
-VPartDescriptor_AddPartDescriptor=Descriptor
+VPartDescriptor_Descriptors= Part Descriptors
+VPartDescriptor_AddPartDescriptor=Part Descriptor
VSnippetsEditor_Snippets=Snippets;

Back to the top