[209864] Improving clarity of messages for UML importer.
diff --git a/plugins/org.eclipse.uml2.uml.ecore.importer/plugin.properties b/plugins/org.eclipse.uml2.uml.ecore.importer/plugin.properties
index 91f39a7..ce6d3d2 100644
--- a/plugins/org.eclipse.uml2.uml.ecore.importer/plugin.properties
+++ b/plugins/org.eclipse.uml2.uml.ecore.importer/plugin.properties
@@ -1,4 +1,4 @@
-# Copyright (c) 2006, 2007 IBM Corporation and others.
+# Copyright (c) 2006, 2007 IBM Corporation, Embarcadero Technologies, and others.
 # All rights reserved.   This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
@@ -6,8 +6,9 @@
 #
 # Contributors: 
 #   IBM - initial API and implementation
+#   Kenn Hussey (Embarcadero Technologies) - 209864
 #
-# $Id: plugin.properties,v 1.5 2007/04/05 05:03:53 khussey Exp $
+# $Id: plugin.properties,v 1.6 2007/11/15 16:19:43 khussey Exp $
 
 # NLS_MESSAGEFORMAT_VAR
 
@@ -22,11 +23,11 @@
 providerName = Eclipse.org
 
 _UI_UMLImporter_label = UML model
-_UI_UMLModelImporter_description = Creates ecore and genmodel files based on a UML model
+_UI_UMLModelImporter_description = Create the Ecore model based on UML or CMOF models
 
 _UI_UMLImport_title = UML Import
-_UI_UMLImportFile_description = Choose options, specify one or more URIs, and try to load them
-_UI_UMLImportNewProject_description = Choose options, specify one or more URIs, try to load them, and choose a target generator model name
+_UI_UMLImportFile_description = Choose options, specify one or more '.uml2', '.uml', '.xmi', or '.cmof' URIs, and try to load them
+_UI_UMLImportNewProject_description = Choose options, specify one or more '.uml2', '.uml', '.xmi', or '.cmof' URIs, try to load them, and choose a target generator model name
 
 _UI_ErrorsWereDetectedUML_message =  Problems were detected while validating and converting the UML models
 _UI_SpecifyAValidUMLModel_message = Specify a valid UML model and try loading again