Bug 234283 - Approved TVT bug was not released for RC4
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 7fc983a..f8d99a5 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 @@ 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 6e7a04f..be99224 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