Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Prouvost2015-04-29 08:21:29 +0000
committerOlivier Prouvost2015-05-26 14:10:13 +0000
commitb4f195b27d24a67b7017edb271fe5cdf429727b8 (patch)
treee6ff47bbe25205caf4a6cc08da2939eb3e0f7696
parent8b562ef59019d515f5b088908ab015cf259b40bb (diff)
downloadeclipse.pde.ui-b4f195b27d24a67b7017edb271fe5cdf429727b8.tar.gz
eclipse.pde.ui-b4f195b27d24a67b7017edb271fe5cdf429727b8.tar.xz
eclipse.pde.ui-b4f195b27d24a67b7017edb271fe5cdf429727b8.zip
Bug 465680 - Better labels and descriptions for Eclipse 4 projectI20150526-2010
template Update the description text for E4 template project Change-Id: Ia485553a0d4c929cc2f6be15ec81e795632540b7 Signed-off-by: Olivier Prouvost <olivier.prouvost@opcoach.com>
-rw-r--r--ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/pderesources.properties10
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/pderesources.properties b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/pderesources.properties
index 90a4f296b8..423ec54792 100644
--- a/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/pderesources.properties
+++ b/ui/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/pderesources.properties
@@ -79,14 +79,14 @@ ViewRCPTemplate_packageName = &Java package name:
ViewRCPTemplate_windowTitle=Application window &title:
E4ApplicationNewWizard_title=Eclipse 4 RCP Application with basic part and commands
-E4ApplicationTemplate_title=Simple Eclipse 4 Application
-E4ApplicationTemplate_desc=This template creates an Eclipse 4 RCP application that consists of an application window with a single part and basic commands.
+E4ApplicationTemplate_title=Basic Eclipse 4 Application
+E4ApplicationTemplate_desc=This template creates an Eclipse 4 RCP application that consists of an application window and optionally consists of a part, several commands and a life cycle class.
E4ApplicationTemplate_appClass=App&lication class:
E4ApplicationTemplate_packageName = &Java package name:
E4ApplicationTemplate_windowTitle=Application window &title:
-E4ApplicationTemplate_createSampleContent=Create Sample Content (part, menu, command...)
-E4ApplicationTemplate_createLifeCycle=Create Life Cycle
-E4ApplicationTemplate_lifeCycleClassname=Life Cycle class name:
+E4ApplicationTemplate_createSampleContent=Create sample content (part, menu, command...)
+E4ApplicationTemplate_createLifeCycle=Add life cycle class
+E4ApplicationTemplate_lifeCycleClassname=Life cycle class name:
MultiPageEditorNewWizard_wtitle = New plug-in project with a multi-page editor
MultiPageEditorTemplate_title = Sample Multi-Page Editor

Back to the top