Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSopot Cela2012-04-15 14:48:55 +0000
committerTom Schindl2012-04-15 14:48:55 +0000
commitaa3ff97360b4e928761ea8137498a96f4d84199b (patch)
treeb87a40cf19b0ff037d4a082fad9a2365a10d6abb
parent0887b9df3313b6cacc73f1d669dcdd25c26099a0 (diff)
downloadorg.eclipse.e4.tools-aa3ff97360b4e928761ea8137498a96f4d84199b.tar.gz
org.eclipse.e4.tools-aa3ff97360b4e928761ea8137498a96f4d84199b.tar.xz
org.eclipse.e4.tools-aa3ff97360b4e928761ea8137498a96f4d84199b.zip
Bug 376055 - [Tooling] Rename "Label" to "Perspective" under thev20120415-1448
Perspective Stack
-rw-r--r--bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/Messages.properties6
1 files changed, 3 insertions, 3 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 52deb0ac..1c181eff 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
@@ -208,9 +208,9 @@ PartStackEditor_AddPlaceholder=Placeholder
PerspectiveEditor_Label=Perspective
PerspectiveEditor_Description=Perspective Bla Bla Bla
-PerspectiveEditor_LabelLabel=Label
+PerspectiveEditor_LabelLabel=Label
PerspectiveEditor_SelectedElement=Selected Element
-PerspectiveEditor_Label=Label
+PerspectiveEditor_Label=Perspective
PerspectiveEditor_Tooltip=Tooltip
PerspectiveEditor_IconURI=Icon URI
PerspectiveEditor_Controls=Controls
@@ -283,7 +283,7 @@ MenuContributionEditor_Position=Position
MenuContributionEditor_TreeLabel=Menu Contribution
MenuContributionEditor_TreeLabelDescription=Menu Contribution Bla Bla Bla Bla
-ModelFragmentsEditor_ModelFragments=Model Fragements
+ModelFragmentsEditor_ModelFragments=Model Fragments
ModelFragmentsEditor_Label=Model Fragments
ModelFragmentsEditor_Description=Description
ModelFragmentsEditor_Imports=Imports

Back to the top