Bug 70734 - TVT3.0:  Duplicate mnemonics, ''Build Ant'' and ''Build Ant...''?
diff --git a/ant/org.eclipse.ant.ui/plugin.properties b/ant/org.eclipse.ant.ui/plugin.properties
index 290a481..332af0e 100644
--- a/ant/org.eclipse.ant.ui/plugin.properties
+++ b/ant/org.eclipse.ant.ui/plugin.properties
@@ -13,10 +13,8 @@
 providerName = Eclipse.org
 
 AntBuild = Ant Build
-AntLaunchShortcut.label = &Ant Build
-AntLaunchShortcutWithDialog.label = &Ant Build...
-ContextualAntLaunchShortcut.label = Ant Build
-ContextualAntLaunchShortcutWithDialog.label = Ant Build...
+AntLaunchShortcut.label = Ant Build
+AntLaunchShortcutWithDialog.label = Ant Build...
 antLaunchConfigurationTabGroup.description=Create a configuration that will run an Ant buildfile.
 antBuilderLaunchConfigurationTabGroup.description=Create a configuration that will run an Ant buildfile during a build.
 
diff --git a/ant/org.eclipse.ant.ui/plugin.xml b/ant/org.eclipse.ant.ui/plugin.xml
index 28af7b5..f267b87 100644
--- a/ant/org.eclipse.ant.ui/plugin.xml
+++ b/ant/org.eclipse.ant.ui/plugin.xml
@@ -329,7 +329,7 @@
            </enablement>
            <contextLabel
          	  mode="run"
-         	  label="%ContextualAntLaunchShortcut.label"/>
+         	  label="%AntLaunchShortcut.label"/>
   		 </contextualLaunch>
       </shortcut>
       <shortcut
@@ -357,7 +357,7 @@
            </enablement>
            <contextLabel
          	  mode="run"
-         	  label="%ContextualAntLaunchShortcutWithDialog.label"/>
+         	  label="%AntLaunchShortcutWithDialog.label"/>
   		 </contextualLaunch>
       </shortcut>
    </extension>