### Eclipse Workspace Patch 1.0 #P org.eclipse.jst.ejb.ui Index: property_files/ejb_ui.properties =================================================================== RCS file: /cvsroot/webtools/ejbtools/plugins/org.eclipse.jst.ejb.ui/property_files/ejb_ui.properties,v retrieving revision 1.22 diff -u -r1.22 ejb_ui.properties --- property_files/ejb_ui.properties 25 Jan 2010 17:51:04 -0000 1.22 +++ property_files/ejb_ui.properties 26 Jan 2010 17:30:07 -0000 @@ -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: Index: ejb_ui/org/eclipse/jst/ejb/ui/project/facet/EjbFacetInstallPage.java =================================================================== RCS file: /cvsroot/webtools/ejbtools/plugins/org.eclipse.jst.ejb.ui/ejb_ui/org/eclipse/jst/ejb/ui/project/facet/EjbFacetInstallPage.java,v retrieving revision 1.16 diff -u -r1.16 EjbFacetInstallPage.java --- ejb_ui/org/eclipse/jst/ejb/ui/project/facet/EjbFacetInstallPage.java 28 Sep 2009 13:16:13 -0000 1.16 +++ ejb_ui/org/eclipse/jst/ejb/ui/project/facet/EjbFacetInstallPage.java 26 Jan 2010 17:30:07 -0000 @@ -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);