From 13432bf9809e5de930c3c864074155433ff2a0a9 Mon Sep 17 00:00:00 2001 From: Marco Descher Date: Mon, 16 Jun 2014 09:37:25 +0200 Subject: Bug 437504 - Add newWizard description Signed-off-by: Marco Descher --- .../OSGI-INF/l10n/bundle.properties | 7 +++++++ bundles/org.eclipse.e4.tools/plugin.xml | 21 +++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/bundles/org.eclipse.e4.tools/OSGI-INF/l10n/bundle.properties b/bundles/org.eclipse.e4.tools/OSGI-INF/l10n/bundle.properties index 2445b90e..f129e2aa 100644 --- a/bundles/org.eclipse.e4.tools/OSGI-INF/l10n/bundle.properties +++ b/bundles/org.eclipse.e4.tools/OSGI-INF/l10n/bundle.properties @@ -3,11 +3,18 @@ category.name = Eclipse 4 category.name.0 = Classes category.name.1 = Model wizard.name = Eclipse 4 Application Project +wizard.name.description = Create an Eclipse 4 application project wizard.name.0 = New Application Model +wizard.name.0.description = Create an Eclipse 4 application model wizard.name.1 = New Model Fragment +wizard.name.1.description = Create an Eclipse 4 model fragment wizard.name.2 = New Handler Class +wizard.name.2.description = Create an Eclipse 4 command handler class wizard.name.3 = New Part Class +wizard.name.3.description = Create an Eclipse 4 part class wizard.name.4 = New Addon Class +wizard.name.4.description = Create an Eclipse 4 add-on class wizard.name.5 = New Tool Control Class +wizard.name.5.description = Create an Eclipse 4 tool control class Bundle-Name = Tools Bundle-Vendor = Eclipse.org \ No newline at end of file diff --git a/bundles/org.eclipse.e4.tools/plugin.xml b/bundles/org.eclipse.e4.tools/plugin.xml index 8a6a20cf..9dc10a45 100644 --- a/bundles/org.eclipse.e4.tools/plugin.xml +++ b/bundles/org.eclipse.e4.tools/plugin.xml @@ -24,6 +24,9 @@ id="org.eclipse.e4.tools.E4NewProjectWizard" name="%wizard.name" project="true"> + + %wizard.name.description + + + %wizard.name.0.description + + + %wizard.name.1.description + + + %wizard.name.2.description + + + %wizard.name.3.description + + + %wizard.name.4.description + + + %wizard.name.5.description + -- cgit v1.2.3