[536155] "&XML File..." command shows up with an ampersand in Quick Access widget

Signed-off-by: Nitin Dahyabhai <nitind@pobox.com>

Mnemonic cleaned up, command description added.
diff --git a/xml/bundles/org.eclipse.wst.xml.ui/META-INF/MANIFEST.MF b/xml/bundles/org.eclipse.wst.xml.ui/META-INF/MANIFEST.MF
index 4668033..9b9f58a 100755
--- a/xml/bundles/org.eclipse.wst.xml.ui/META-INF/MANIFEST.MF
+++ b/xml/bundles/org.eclipse.wst.xml.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.wst.xml.ui; singleton:=true
-Bundle-Version: 1.2.100.qualifier
+Bundle-Version: 1.2.200.qualifier
 Bundle-Activator: org.eclipse.wst.xml.ui.internal.XMLUIPlugin
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/xml/bundles/org.eclipse.wst.xml.ui/plugin.properties b/xml/bundles/org.eclipse.wst.xml.ui/plugin.properties
index 6d3572e..c1768f2 100644
--- a/xml/bundles/org.eclipse.wst.xml.ui/plugin.properties
+++ b/xml/bundles/org.eclipse.wst.xml.ui/plugin.properties
@@ -30,7 +30,9 @@
 XML_New_File.tooltip=New XML File
 _UI_WIZARD_XML_CATEGORY=XML
 genMenuLabel=&Generate
-_UI_ACTION_CREATE_XML=&XML File...
+_UI_ACTION_CREATE_XML=XML File...
+_UI_LABEL_GEN_XML=&XML File...
+_UI_DESC_GEN_XML=Generate a XML file from the selected DTD or Schema
 _UI_CREATE_NEW_XML_FILE=Create a new XML file
 _UI_WIZARD_IMPORT_EXPORT_XMLCATALOG=XML Catalog
 _UI_IMPORT_XML_CATALOG_FILE=Import an existing XML Catalog.
diff --git a/xml/bundles/org.eclipse.wst.xml.ui/plugin.xml b/xml/bundles/org.eclipse.wst.xml.ui/plugin.xml
index 988cedd..3582075 100755
--- a/xml/bundles/org.eclipse.wst.xml.ui/plugin.xml
+++ b/xml/bundles/org.eclipse.wst.xml.ui/plugin.xml
@@ -954,8 +954,10 @@
               id="generateMenuId"
               label="%genMenuLabel">
 	        <command
-	              commandId="org.eclipse.wst.sse.ui.generate.xml"
+	              commandId="org.eclipse.wst.xml.ui.generate.xml"
 	              id="GenerateXML"
+	              label="%_UI_LABEL_GEN_XML"
+	              tooltip="%_UI_DESC_GEN_XML"
 	              style="push">
 	           <visibleWhen checkEnabled="false">
 	              <or>
@@ -1222,7 +1224,7 @@
        </handler>
        <handler
              class="org.eclipse.wst.xml.ui.internal.wizards.NewXMLHandler"
-             commandId="org.eclipse.wst.sse.ui.generate.xml">
+             commandId="org.eclipse.wst.xml.ui.generate.xml">
        </handler>
        <handler
              class="org.eclipse.wst.xml.ui.internal.handlers.ExpandAllHandler"
@@ -1255,7 +1257,8 @@
     <extension
        point="org.eclipse.ui.commands">
 	    <command
-	          id="org.eclipse.wst.sse.ui.generate.xml"
+	          id="org.eclipse.wst.xml.ui.generate.xml"
+	          description="%_UI_DESC_GEN_XML"
 	          name="%_UI_ACTION_CREATE_XML">
 	    </command>
 	    <command
diff --git a/xml/bundles/org.eclipse.wst.xml.ui/pom.xml b/xml/bundles/org.eclipse.wst.xml.ui/pom.xml
index 3638323..931af13 100644
--- a/xml/bundles/org.eclipse.wst.xml.ui/pom.xml
+++ b/xml/bundles/org.eclipse.wst.xml.ui/pom.xml
@@ -21,7 +21,7 @@
 
   <groupId>org.eclipse.webtools.sourceediting</groupId>
   <artifactId>org.eclipse.wst.xml.ui</artifactId>
-  <version>1.2.100-SNAPSHOT</version>
+  <version>1.2.200-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 
   <build>