Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-09-07 13:45:33 +0000
committerLars Vogel2020-09-07 13:45:33 +0000
commitfea32ceb67a2ffb7e118417e6a88208a14aed8cd (patch)
tree99b8e616f1ab6da891998b2b587aa87d20eb2313
parentd6f2bb604a4c3dfdf003805c1d12ce1cd0a8b768 (diff)
downloadeclipse.pde.ui-fea32ceb67a2ffb7e118417e6a88208a14aed8cd.tar.gz
eclipse.pde.ui-fea32ceb67a2ffb7e118417e6a88208a14aed8cd.tar.xz
eclipse.pde.ui-fea32ceb67a2ffb7e118417e6a88208a14aed8cd.zip
Bug 566733 - Shorter product creation wizard text
Change-Id: Id9380eeecb91bd9948a48b22280ea9b3576144fc Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties
index 0fedfc0516..ad2f00b110 100644
--- a/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties
+++ b/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/pderesources.properties
@@ -1112,7 +1112,7 @@ ProductDefinitonWizardPage_noProductID=Product ID is not set
ProductDefinitonWizardPage_noProductName=Product name is not set
ProductFileWizadPage_existingProduct=&Use an existing product:
ProductFileWizadPage_existingLaunchConfig=U&se a launch configuration:
-ProductDefinitonWizardPage_productDefinition=<form><p>A product, the Eclipse unit of branding, is defined declaratively as an <a href="products">org.eclipse.core.runtime.products</a> extension inside a plug-in.</p></form>
+ProductDefinitonWizardPage_productDefinition=<form><p>A product is defined as an <a href="products">org.eclipse.core.runtime.products</a> extension inside a plug-in.</p></form>
ProductDefinitonWizardPage_applicationGroup=Product Application
ProductDefinitonWizardPage_notInWorkspace=Specified plug-in must be present in the workspace
ProductDefinitionOperation_readOnly = The operation cannot proceed because plug-in ''{0}'' has a read-only manifest file.

Back to the top