Bug 514252 - Toggle Tracepoint command name contains mnemonic character

Change-Id: I60791a9826e6cf06bd0f779ee4a26f8fc19cf7f4
diff --git a/org.eclipse.jdt.debug.ui/plugin.properties b/org.eclipse.jdt.debug.ui/plugin.properties
index 1bd6f51..7476dad 100644
--- a/org.eclipse.jdt.debug.ui/plugin.properties
+++ b/org.eclipse.jdt.debug.ui/plugin.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000, 2016 IBM Corporation and others.
+# Copyright (c) 2000, 2017 IBM Corporation and others.
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
@@ -221,7 +221,9 @@
 ActionDefinition.breakpointproperties.description=View and edit the properties for a given Java breakpoint
 CommandDefinition.breakpointproperties.name=Java Breakpoint Properties
 
-ToggleTracepointAction.label=Toggle Trac&epoint
+ToggleTracepointAction.label=Toggle Tra&cepoint
+ToggleTracepointCommand.label=Toggle Tracepoint
+ToggleTracepointCommand.description=Creates or removes a tracepoint  
 
 AddBookmark.label=Add Boo&kmark...
 AddBookmark.tooltip=Add Bookmark...
diff --git a/org.eclipse.jdt.debug.ui/plugin.xml b/org.eclipse.jdt.debug.ui/plugin.xml
index 83ab593..81ceaef 100644
--- a/org.eclipse.jdt.debug.ui/plugin.xml
+++ b/org.eclipse.jdt.debug.ui/plugin.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.0"?>
 <!--
-     Copyright (c) 2005, 2016 IBM Corporation and others.
+     Copyright (c) 2005, 2017 IBM Corporation and others.
      All rights reserved. This program and the accompanying materials
      are made available under the terms of the Eclipse Public License v1.0
      which accompanies this distribution, and is available at
@@ -2606,8 +2606,8 @@
 -->
    <extension point="org.eclipse.ui.commands">
    	 <command
-            name="%ToggleTracepointAction.label"
-            description="%ToggleTracepointAction.label"
+            name="%ToggleTracepointCommand.label"
+            description="%ToggleTracepointCommand.description"
             categoryId="org.eclipse.debug.ui.category.run"
             id="org.eclipse.jdt.debug.ui.commands.ToggleTracepoint">
       </command>