Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jsf/plugins/org.eclipse.jst.pagedesigner/plugin.properties14
1 files changed, 7 insertions, 7 deletions
diff --git a/jsf/plugins/org.eclipse.jst.pagedesigner/plugin.properties b/jsf/plugins/org.eclipse.jst.pagedesigner/plugin.properties
index 06eb37f69..80dfbdf9f 100644
--- a/jsf/plugins/org.eclipse.jst.pagedesigner/plugin.properties
+++ b/jsf/plugins/org.eclipse.jst.pagedesigner/plugin.properties
@@ -14,14 +14,14 @@
pluginName=JavaServer Faces Tools - Web Page Editor
providerName=Eclipse.org
-editor.binding.context.name=Web Page Editor Editor Binding Context
-editor.binding.context.description=Binding Context Used When Editing Using Web Page Editor
+editor.binding.context.name=Using Web Page Editor
+editor.binding.context.description=Key binding context when using the web page editor
# ====================================================================
editor.name.0 = Web Page Editor
-category.name.0 = Page Layout
-command.name.0 = vertical Layout
-command.name.1 = horizontal Layout
-command.name.2 = graphical designer
-command.name.3 = source code
+category.name.0 = Web Page Editor Layout
+command.name.0 = Vertical Layout
+command.name.1 = Horizontal Layout
+command.name.2 = Graphical Designer
+command.name.3 = Source Code

Back to the top