494748: Overly verbose listing in "Report Bug or Enhancement" dialog

Bug: 494748
Change-Id: I9a74e3793813126be951828b325a630a4bef51b7
Signed-off-by: Andreas Sewe <andreas.sewe@codetrails.com>
diff --git a/org.eclipse.epp.mpc.ui/OSGI-INF/l10n/bundle.properties b/org.eclipse.epp.mpc.ui/OSGI-INF/l10n/bundle.properties
index b936d0b..4f8233e 100644
--- a/org.eclipse.epp.mpc.ui/OSGI-INF/l10n/bundle.properties
+++ b/org.eclipse.epp.mpc.ui/OSGI-INF/l10n/bundle.properties
@@ -18,4 +18,6 @@
 catalog.description = Eclipse Marketplace (MP) is a place to find and keep track of Eclipse-based solutions.
 catalog.label = Eclipse Marketplace
 extension-point.name = Marketplace Catalog
-unassociatedStrategy.label=Search Marketplace
\ No newline at end of file
+unassociatedStrategy.label=Search Marketplace
+support.name = Marketplace Client
+support.description = Eclipse Marketplace installation and wizard
\ No newline at end of file
diff --git a/org.eclipse.epp.mpc.ui/plugin.xml b/org.eclipse.epp.mpc.ui/plugin.xml
index 3daf45e..7c8b3a1 100644
--- a/org.eclipse.epp.mpc.ui/plugin.xml
+++ b/org.eclipse.epp.mpc.ui/plugin.xml
@@ -51,11 +51,16 @@
    </extension>
    <extension
          point="org.eclipse.mylyn.tasks.bugs.support">
-		<product featureId="org.eclipse.epp.mpc" id="org.eclipse.epp.mpc" providerId="org.eclipse"/>
-		<mapping namespace="org.eclipse.epp.mpc" productId="org.eclipse.epp.mpc">
-			<property name="product" value="MPC"/>
-			<property name="component" value="wizard"/>
-		</mapping>
+      <product
+            description="%support.description"
+            icon="icons/marketplace32.png"
+            id="org.eclipse.epp.mpc"
+            name="%support.name"
+            providerId="org.eclipse"/>
+         <mapping namespace="org.eclipse.epp.mpc" productId="org.eclipse.epp.mpc">
+            <property name="product" value="MPC"/>
+            <property name="component" value="wizard"/>
+         </mapping>
    </extension>
    <extension
          point="org.eclipse.ui.startup">