Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2005-04-18 00:29:27 +0000
committerdavid_williams2005-04-18 00:29:27 +0000
commit84861fab6da9bfdc0b203655234476fcb334ca7c (patch)
treed8bfa6ba1c6eb69918e61befb92b9aef2e301a6a /bundles
parentb2d550ea026f4b4286119a02b0a9267cea909045 (diff)
downloadwebtools.sourceediting-84861fab6da9bfdc0b203655234476fcb334ca7c.tar.gz
webtools.sourceediting-84861fab6da9bfdc0b203655234476fcb334ca7c.tar.xz
webtools.sourceediting-84861fab6da9bfdc0b203655234476fcb334ca7c.zip
minor wording change
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.jst.jsp.core/plugin.properties4
-rw-r--r--bundles/org.eclipse.wst.css.core/plugin.properties2
-rw-r--r--bundles/org.eclipse.wst.dtd.core/plugin.properties2
-rw-r--r--bundles/org.eclipse.wst.html.core/plugin.properties2
-rw-r--r--bundles/org.eclipse.wst.xml.core/plugin.properties2
5 files changed, 6 insertions, 6 deletions
diff --git a/bundles/org.eclipse.jst.jsp.core/plugin.properties b/bundles/org.eclipse.jst.jsp.core/plugin.properties
index 42ae6078b4..acab5bf07a 100644
--- a/bundles/org.eclipse.jst.jsp.core/plugin.properties
+++ b/bundles/org.eclipse.jst.jsp.core/plugin.properties
@@ -12,5 +12,5 @@ providerName=Eclipse.org
pluginName=Structured Source JSP Model
nlFeatureName=Structured Source JSP Model NL Support
Structured_JSP_Document_Factory_Extension.name=Structured JSP Document Factory Extension
-JSP_Content_Type_Extension_Element.name=JSP Content Type
-JSP_Tag_Content_Type_Extension_Element.name=JSP Tag Content Type
+JSP_Content_Type_Extension_Element.name=JSP
+JSP_Tag_Content_Type_Extension_Element.name=JSP Tag Definition
diff --git a/bundles/org.eclipse.wst.css.core/plugin.properties b/bundles/org.eclipse.wst.css.core/plugin.properties
index 941ff800e7..97e65bfe8b 100644
--- a/bundles/org.eclipse.wst.css.core/plugin.properties
+++ b/bundles/org.eclipse.wst.css.core/plugin.properties
@@ -16,4 +16,4 @@ cssprofile_css1.name=CSS1: Cascading Style Sheets, level 1
cssprofile_mobile1_0.name=CSS Mobile Profile 1.0
cssprofile_wap.name=WCSS 1.0
Structured_CSS_Document_Factory_Extension.name=Structured CSS Document Factory Extension
-CSS_Content_Type_Extension_Element.name=CSS Content Type
+CSS_Content_Type_Extension_Element.name=CSS
diff --git a/bundles/org.eclipse.wst.dtd.core/plugin.properties b/bundles/org.eclipse.wst.dtd.core/plugin.properties
index 5c4fe2a2e5..50405a6a97 100644
--- a/bundles/org.eclipse.wst.dtd.core/plugin.properties
+++ b/bundles/org.eclipse.wst.dtd.core/plugin.properties
@@ -16,4 +16,4 @@ pluginName=Structured Source DTD Core
nlFeatureName=Structured Source DTD Core NL Support
#
Structured_DTD_Document_Factory_Extension.name=Structured DTD Document Factory Extension
-DTD_Content_Type_Extension_Element.name=DTD Content Type \ No newline at end of file
+DTD_Content_Type_Extension_Element.name=DTD \ No newline at end of file
diff --git a/bundles/org.eclipse.wst.html.core/plugin.properties b/bundles/org.eclipse.wst.html.core/plugin.properties
index 1d175e12c0..3711dbfb65 100644
--- a/bundles/org.eclipse.wst.html.core/plugin.properties
+++ b/bundles/org.eclipse.wst.html.core/plugin.properties
@@ -12,4 +12,4 @@ providerName=Eclipse.org
pluginName=Structured Source HTML Model
nlFeatureName=Structured Source HTML Model NL Support
Structured_HTML_Document_Factory_Extension.name=Structured HTML Document Factory Extension
-HTML_Content_Type_Extension_Element.name=HTML Content Type
+HTML_Content_Type_Extension_Element.name=HTML
diff --git a/bundles/org.eclipse.wst.xml.core/plugin.properties b/bundles/org.eclipse.wst.xml.core/plugin.properties
index 7d3a6ac0e0..430d854efd 100644
--- a/bundles/org.eclipse.wst.xml.core/plugin.properties
+++ b/bundles/org.eclipse.wst.xml.core/plugin.properties
@@ -14,7 +14,7 @@ providerName=Eclipse.org
pluginName=Structured Source XML Model
nlFeatureName=Structured Source XML Model NL Support
Structured_XML_Document_Factory_Extension.name=Structured XML Document Factory Extension
-XML_Content_Type_Extension_Element.name=XML Content Type
+XML_Content_Type_Extension_Element.name=XML (Lax)
# contentmodel strings
Content_Model_Document_Factories_Extension.name=Content Model Document Factories
Content_Model_Annotation_Files_Extension.name=Content Model Annotation Files \ No newline at end of file

Back to the top