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:
authornitind2007-02-15 00:54:55 +0000
committernitind2007-02-15 00:54:55 +0000
commit87d1be5e973c52556bc65201373c1de26a980c9b (patch)
tree39374bf7e7834b9d97270af75988d28ae97c45b1 /bundles/org.eclipse.wst.css.ui
parenta6e55720a46a3594e9f07bd024d437af5ad903da (diff)
downloadwebtools.sourceediting-87d1be5e973c52556bc65201373c1de26a980c9b.tar.gz
webtools.sourceediting-87d1be5e973c52556bc65201373c1de26a980c9b.tar.xz
webtools.sourceediting-87d1be5e973c52556bc65201373c1de26a980c9b.zip
[173965] Remove redundant file types from preference page names
Diffstat (limited to 'bundles/org.eclipse.wst.css.ui')
-rw-r--r--bundles/org.eclipse.wst.css.ui/plugin.properties10
1 files changed, 5 insertions, 5 deletions
diff --git a/bundles/org.eclipse.wst.css.ui/plugin.properties b/bundles/org.eclipse.wst.css.ui/plugin.properties
index 085f227b4f..17b494ad5b 100644
--- a/bundles/org.eclipse.wst.css.ui/plugin.properties
+++ b/bundles/org.eclipse.wst.css.ui/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2004, 2006 IBM Corporation and others.
+# Copyright (c) 2004, 2007 IBM Corporation 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
@@ -12,9 +12,10 @@ providerName=Eclipse.org
pluginName=SSE CSS Source Editor
CSS_Source_Page_Editor.name=CSS Editor
CSS_Files.name=CSS Files
-CSS_Source.name=CSS Source
-CSS_Styles.name=CSS Styles
-CSS_Templates.name=CSS Templates
+CSS_Source.name=Source
+CSS_Styles.name=Styles
+CSS_Templates.name=Templates
+CSS_Syntax_Coloring=Syntax Coloring
WebContentSettings.name=Web Content Settings
###############################################################################
# The following property keys maybe unused. Commented out on 12/7/2004. Uncomment if needed.
@@ -50,4 +51,3 @@ preferenceKeywords.source=editor css source formatting line width insert break p
preferenceKeywords.templates=editor css templates snippet macros
preferenceKeywords.styles=editor css style customize syntax highlighting type text content foreground background bold color
preferenceKeywords.webcontent=editor css web content settings profile style
-CSS_Syntax_Coloring=Syntax Coloring

Back to the top