Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2009-03-16 23:14:10 +0000
committerChris Aniszczyk2009-03-16 23:14:10 +0000
commitaa7d25ef45022ded03a87c22f93107dd5924f83a (patch)
tree214813625e6c60068bb18f984ef31b978669605a
parent3b00368b28ec62e30c6f327016f3b3d836f3797d (diff)
downloadeclipse.pde.ui-20090317-0801.tar.gz
eclipse.pde.ui-20090317-0801.tar.xz
eclipse.pde.ui-20090317-0801.zip
RESOLVED - bug 259763: [product] allow launcher bundles to be excludedv20090317-0801
https://bugs.eclipse.org/bugs/show_bug.cgi?id=259763
-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 ff746f7f54..4763464e28 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
@@ -1952,7 +1952,7 @@ ProductInfoSection_productTooltip=The product extension identifier
ProductInfoSection_new=New...
ProductInfoSection_app=Application:
ProductInfoSection_appTooltip=The application extension identifier
-ProductInfoSection_launchers=The product is launchable
+ProductInfoSection_launchers=The product includes launching artifacts
SplashSection_title=Location
SplashSection_desc=The splash screen appears when the product launches. If its location is not specified, the 'splash.bmp' file is assumed to be in the product's defining plug-in.
SplashSection_label=Specify the plug-in in which the splash screen is located.

Back to the top