https://bugs.eclipse.org/bugs/show_bug.cgi?id=77405
diff --git a/deprecated/plugins/org.eclipse.uml2.ecore.importer/plugin.properties b/deprecated/plugins/org.eclipse.uml2.ecore.importer/plugin.properties
index d485761..20f7599 100644
--- a/deprecated/plugins/org.eclipse.uml2.ecore.importer/plugin.properties
+++ b/deprecated/plugins/org.eclipse.uml2.ecore.importer/plugin.properties
@@ -30,8 +30,8 @@
 _UI_UML2ModelImporter_description = Creates ecore and genmodel files based on a UML2 model
 
 _UI_UML2Import_title = UML2 Import
-_UI_UML2ImportFile_description = Specify one or more '.uml2' URIs and try to load them
-_UI_UML2ImportNewProject_description = Specify one or more '.uml2' URIs, try to load them, and choose a target generator model name
+_UI_UML2ImportFile_description = Choose options, specify one or more '.uml2' URIs, and try to load them
+_UI_UML2ImportNewProject_description = Choose options, specify one or more '.uml2' URIs, try to load them, and choose a target generator model name
 
 _UI_ErrorsWereDetectedUML2_message =  Problems were detected while validating and converting the UML2 models
 _UI_SpecifyAValidUML2Model_message = Specify a valid UML2 model and try loading again
diff --git a/deprecated/plugins/org.eclipse.uml2.ecore.importer/src/org/eclipse/uml2/ecore/importer/ui/UML2DetailPage.java b/deprecated/plugins/org.eclipse.uml2.ecore.importer/src/org/eclipse/uml2/ecore/importer/ui/UML2DetailPage.java
index 84ce3bd..22fd796 100644
--- a/deprecated/plugins/org.eclipse.uml2.ecore.importer/src/org/eclipse/uml2/ecore/importer/ui/UML2DetailPage.java
+++ b/deprecated/plugins/org.eclipse.uml2.ecore.importer/src/org/eclipse/uml2/ecore/importer/ui/UML2DetailPage.java
@@ -8,7 +8,7 @@
  * Contributors:
  *   IBM - initial API and implementation
  *
- * $Id: UML2DetailPage.java,v 1.4 2005/06/03 19:53:39 khussey Exp $
+ * $Id: UML2DetailPage.java,v 1.5 2005/06/09 15:47:30 khussey Exp $
  */
 package org.eclipse.uml2.ecore.importer.ui;
 
@@ -49,8 +49,8 @@
 
 		setTitle(UML2ImporterPlugin.INSTANCE.getString("_UI_UML2Import_title")); //$NON-NLS-1$
 		setDescription(UML2ImporterPlugin.INSTANCE.getString(showGenModel()
-			? "_UI_UML2ImportFile_description" //$NON-NLS-1$
-			: "_UI_UML2ImportNewProject_description")); //$NON-NLS-1$
+			? "_UI_UML2ImportNewProject_description" //$NON-NLS-1$
+			: "_UI_UML2ImportFile_description")); //$NON-NLS-1$
 
 		choiceLabels.put(discardChoiceLabel = UML2ImporterPlugin.INSTANCE
 			.getString("_UI_Discard_label"), UML2Util.OPTION__DISCARD); //$NON-NLS-1$