[300876] Add keyboard mnemonics to the EJB Facet page
diff --git a/plugins/org.eclipse.jst.ejb.ui/ejb_ui/org/eclipse/jst/ejb/ui/project/facet/EjbFacetInstallPage.java b/plugins/org.eclipse.jst.ejb.ui/ejb_ui/org/eclipse/jst/ejb/ui/project/facet/EjbFacetInstallPage.java
index 83ffd18..0f908c5 100644
--- a/plugins/org.eclipse.jst.ejb.ui/ejb_ui/org/eclipse/jst/ejb/ui/project/facet/EjbFacetInstallPage.java
+++ b/plugins/org.eclipse.jst.ejb.ui/ejb_ui/org/eclipse/jst/ejb/ui/project/facet/EjbFacetInstallPage.java
@@ -118,7 +118,7 @@
     private void createClientJarURISection(Composite parent) {
         // set up project name label
     	clientJarURILabel = new Label(parent, SWT.NONE);
-    	clientJarURILabel.setText(EJBUIMessages.Client_JAR_URI + " "); //$NON-NLS-1$
+    	clientJarURILabel.setText(EJBUIMessages.Client_JAR_URI);
         GridData data = new GridData();
         clientJarURILabel.setLayoutData(data);
 
diff --git a/plugins/org.eclipse.jst.ejb.ui/property_files/ejb_ui.properties b/plugins/org.eclipse.jst.ejb.ui/property_files/ejb_ui.properties
index 9079172..692328a 100644
--- a/plugins/org.eclipse.jst.ejb.ui/property_files/ejb_ui.properties
+++ b/plugins/org.eclipse.jst.ejb.ui/property_files/ejb_ui.properties
@@ -21,7 +21,7 @@
 KEY_10=Export EJB project to the local file system.
 KEY_11=EJB client JAR Creation
 KEY_12=Use this wizard to create an EJB client JAR from your existing EJB
-KEY_13=Client JAR URI:
+KEY_13=Client JAR &URI:
 KEY_14=Project name:
 KEY_15=Project location:
 KEY_16=EJB Project: