From 604d07387a77d447ab3e4a6aeaa5614595fb3d27 Mon Sep 17 00:00:00 2001 From: Salvador Zalapa Date: Tue, 23 Jul 2013 12:41:05 -0500 Subject: [PATCH 1/1] Bug 390741 - [accessibility]Some shortcuts missing in xml source outline's context menu --- .../org/eclipse/wst/xml/ui/internal/XMLUIPluginResources.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/org.eclipse.wst.xml.ui/src/org/eclipse/wst/xml/ui/internal/XMLUIPluginResources.properties b/bundles/org.eclipse.wst.xml.ui/src/org/eclipse/wst/xml/ui/internal/XMLUIPluginResources.properties index b14da0c..59018e1 100644 --- a/bundles/org.eclipse.wst.xml.ui/src/org/eclipse/wst/xml/ui/internal/XMLUIPluginResources.properties +++ b/bundles/org.eclipse.wst.xml.ui/src/org/eclipse/wst/xml/ui/internal/XMLUIPluginResources.properties @@ -56,7 +56,7 @@ _UI_LABEL_EDIT_DOCTYPE=Edit DOCTYPE _UI_INFO_EXPAND_ALL=Expand All _UI_INFO_COLLAPSE_ALL=Collapse All -_UI_MENU_ADD_DTD_INFORMATION=Add DTD Information... +_UI_MENU_ADD_DTD_INFORMATION=Add DTD &Information... _UI_MENU_ADD_SCHEMA_INFORMATION=Add Schema Information... _UI_MENU_EDIT_PROCESSING_INSTRUCTION=Edit Process&ing Instruction... _UI_MENU_EDIT_NAMESPACES=Edit &Namespaces... @@ -76,13 +76,13 @@ _UI_MENU_RENAME_TITLE=Rename _UI_LABEL_ELEMENT_NAME=Element name: _UI_MENU_ADD_COMMENT=Add Comment -_UI_MENU_ADD_PROCESSING_INSTRUCTION=Add Processing Instruction +_UI_MENU_ADD_PROCESSING_INSTRUCTION=Add &Processing Instruction _UI_MENU_ADD_CDATA_SECTION=Add CDATA Section _UI_MENU_ADD_PCDATA=Add #PCDATA; _UI_MENU_COMMENT=C&omment _UI_MENU_PROCESSING_INSTRUCTION=P&rocessing Instruction -_UI_MENU_CDATA_SECTION=CDATA Section +_UI_MENU_CDATA_SECTION=CDATA &Section _UI_MENU_PCDATA=#PC&DATA; _UI_MENU_ADD=Add -- 1.8.0.msysgit.0