Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsrinivasan2008-06-10 19:43:31 +0000
committerrsrinivasan2008-06-10 19:43:31 +0000
commit7cd28dc714f9f966b2baea35f3ffc4e899f76293 (patch)
tree69025d6d33fde85404074365593890a7289a163a
parentccd5a74b552d7d0bb76c15615da34cf6cc5ea11f (diff)
downloadwebtools.jsf-R3_0_0.tar.gz
webtools.jsf-R3_0_0.tar.xz
webtools.jsf-R3_0_0.zip
Bug 234283 - Approved TVT bug was not released for RC4R3_0_0
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.facesconfig.ui/plugin.properties3
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.facesconfig.ui/plugin.xml4
2 files changed, 5 insertions, 2 deletions
diff --git a/jsf/plugins/org.eclipse.jst.jsf.facesconfig.ui/plugin.properties b/jsf/plugins/org.eclipse.jst.jsf.facesconfig.ui/plugin.properties
index 7fc983a6d..f8d99a513 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.facesconfig.ui/plugin.properties
+++ b/jsf/plugins/org.eclipse.jst.jsf.facesconfig.ui/plugin.properties
@@ -50,8 +50,11 @@ contentType.webdotxmlfile.name = Web Application Description File
propertyTab.general=Attributes
propertyTab.attribute=Quick Edit
+# Cheatsheets
cheatsheet.pagefloweditor.name = Pageflow Editor Cheat Sheet
cheatsheet.pagefloweditor.description = Cheat Sheet for using the Pageflow Editor
+cheatsheet.jsf.title=JSF Development
+cheatsheet.jsf.facesconfig.title=Faces Configuration Editor
#preference page
preferencepage.jsffacesconfigui.name=FacesConfig Editor
diff --git a/jsf/plugins/org.eclipse.jst.jsf.facesconfig.ui/plugin.xml b/jsf/plugins/org.eclipse.jst.jsf.facesconfig.ui/plugin.xml
index 6e7a04fec..be992240f 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.facesconfig.ui/plugin.xml
+++ b/jsf/plugins/org.eclipse.jst.jsf.facesconfig.ui/plugin.xml
@@ -78,10 +78,10 @@
composite="false"
contentFile="$nl$/cheatsheets/facesconfigeditor.xml"
id="FacesConfigEditor.CheatSheet"
- name="Faces Configuration Editor"/>
+ name="%cheatsheet.jsf.facesconfig.title"/>
<category
id="org.eclipse.jst.jsf"
- name="JSF Development">
+ name="%cheatsheet.jsf.title">
</category>
</extension>
<!--<extension

Back to the top