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:
authornsandonato2009-11-16 20:21:30 +0000
committernsandonato2009-11-16 20:21:30 +0000
commit11e0c60a2c413a7e221b6f8445c3a07497ddcb7e (patch)
tree85198e2981194abb71f3d1a089588ef86b7c594b /bundles/org.eclipse.wst.css.ui/src/org/eclipse
parent36c26775710bbea6de8fa267c94c19f8fb3baf14 (diff)
downloadwebtools.sourceediting-11e0c60a2c413a7e221b6f8445c3a07497ddcb7e.tar.gz
webtools.sourceediting-11e0c60a2c413a7e221b6f8445c3a07497ddcb7e.tar.xz
webtools.sourceediting-11e0c60a2c413a7e221b6f8445c3a07497ddcb7e.zip
[295284] Consistency of wizard labels and headlines
Diffstat (limited to 'bundles/org.eclipse.wst.css.ui/src/org/eclipse')
-rw-r--r--bundles/org.eclipse.wst.css.ui/src/org/eclipse/wst/css/ui/internal/CSSUIPluginResources.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.wst.css.ui/src/org/eclipse/wst/css/ui/internal/CSSUIPluginResources.properties b/bundles/org.eclipse.wst.css.ui/src/org/eclipse/wst/css/ui/internal/CSSUIPluginResources.properties
index f1adecde4a..d9868505f9 100644
--- a/bundles/org.eclipse.wst.css.ui/src/org/eclipse/wst/css/ui/internal/CSSUIPluginResources.properties
+++ b/bundles/org.eclipse.wst.css.ui/src/org/eclipse/wst/css/ui/internal/CSSUIPluginResources.properties
@@ -61,8 +61,8 @@ PrefsLabel_ColorAttrOperator=Attribute Selector Operator
#
SortAction_0=Sort
#
-_UI_WIZARD_NEW_TITLE = New Cascading Style Sheet
-_UI_WIZARD_NEW_HEADING = Cascading Style Sheet
+_UI_WIZARD_NEW_TITLE = New CSS File
+_UI_WIZARD_NEW_HEADING = CSS
_UI_WIZARD_NEW_DESCRIPTION = Create a new CSS file.
_ERROR_FILENAME_MUST_END_CSS = The file name must end in one of the following extensions {0}.
_WARNING_FOLDER_MUST_BE_INSIDE_WEB_CONTENT = Files created outside of the Web Content folder will not be included in your deployed Web application.

Back to the top