[104794] TVT 3.1 - TCT 338 - Externalize String
diff --git a/bundles/org.eclipse.wst.xml.core/plugin.properties b/bundles/org.eclipse.wst.xml.core/plugin.properties
index 1204097..e1cdf41 100644
--- a/bundles/org.eclipse.wst.xml.core/plugin.properties
+++ b/bundles/org.eclipse.wst.xml.core/plugin.properties
@@ -21,4 +21,5 @@
 Model_Query_Extension.name=Model Query Extension
 XML_Catalog_Contributions_Extension_Point.name=XML Catalog Contributions Extension Point
 XML_Catalog_Contributor_Extension_Point.name=XML Catalog Contributor Extension Point
-XSL_Content_Type_Extension_Element.name=XSL
\ No newline at end of file
+XSL_Content_Type_Extension_Element.name=XSL
+XMI_Content_Type=XMI
\ No newline at end of file
diff --git a/bundles/org.eclipse.wst.xml.core/plugin.xml b/bundles/org.eclipse.wst.xml.core/plugin.xml
index a5edcd2..915be0f 100644
--- a/bundles/org.eclipse.wst.xml.core/plugin.xml
+++ b/bundles/org.eclipse.wst.xml.core/plugin.xml
@@ -137,7 +137,7 @@
 		<content-type
 			file-extensions="xmi"
 			priority="low"
-			name="XMI Content Type"
+			name="%XMI_Content_Type"
 			id="xmisource"
 			base-type="org.eclipse.core.runtime.xml">
 		</content-type>