[326934] Changing warning message string
diff --git a/plugins/org.eclipse.jst.j2ee/property_files/j2eecreation.properties b/plugins/org.eclipse.jst.j2ee/property_files/j2eecreation.properties
index 4e57f41..5b22149 100644
--- a/plugins/org.eclipse.jst.j2ee/property_files/j2eecreation.properties
+++ b/plugins/org.eclipse.jst.j2ee/property_files/j2eecreation.properties
@@ -136,7 +136,7 @@
 
 USE_REMOTE_FOR_DIFFERENT_EAR=Best practice is to create 'remote' reference for an EJB if it's in different EAR.
 USE_LOCAL_FOR_DIFFERENT_EAR=Best practice is to create 'local' reference for an EJB if its in same EAR.
-TARGET_ALSO_EXIST_IN_SAME_EAR=The selected  EJB was detected in ''{0}'' EAR which contains the ''{1}'' module project . Did you mean to select the EJB from the ''{0}'' EAR?
+TARGET_ALSO_EXIST_IN_SAME_EAR=The selected  EJB was detected in ''{0}'' EAR . Did you mean to select the EJB from the ''{0}'' EAR?
 APP_CLIENT_ONLY_HAVE_REMOTE=Application client module can only have remote references.
 J2EE_1_2_ONLY_HAVE_REMOTE=J2EE 1.2 modules can only have remote references.
 COMPONENT_ALREADYINEAR=The specified component name is already in the EAR.