[119525] inappropriate usage of org.eclipse.ui.editorActions extension point
diff --git a/bundles/org.eclipse.jst.jsp.ui/plugin.properties b/bundles/org.eclipse.jst.jsp.ui/plugin.properties
index d651fc1..8620236 100644
--- a/bundles/org.eclipse.jst.jsp.ui/plugin.properties
+++ b/bundles/org.eclipse.jst.jsp.ui/plugin.properties
@@ -61,6 +61,7 @@
 AddTask.tooltip=Add Task...
 AddBookmark.label=Add Boo&kmark...
 AddBookmark.tooltip=Add Bookmark...
+SelectRuler.label=Select Ruler
 ## EL Error Message
 JSPEL_Syntax_Error=JSP EL Syntax Error
 ##
@@ -83,4 +84,3 @@
 StructureSelectPrevious_tooltip=Expand selection to include previous sibling
 StructureSelectHistory_label=Restore Last Selection
 StructureSelectHistory_tooltip=Restore last selection
-Dummy.label=
diff --git a/bundles/org.eclipse.jst.jsp.ui/plugin.xml b/bundles/org.eclipse.jst.jsp.ui/plugin.xml
index ffc247e..6c28b24 100644
--- a/bundles/org.eclipse.jst.jsp.ui/plugin.xml
+++ b/bundles/org.eclipse.jst.jsp.ui/plugin.xml
@@ -537,13 +537,13 @@
             targetID="org.eclipse.jst.jsp.core.jspsource.source"
             id="org.eclipse.jst.jsp.core.jspsource.ruler.actions">
          <action
-               label="%Dummy.label"
+               label="%AddBookmark.label"
                helpContextId="org.eclipse.ui.bookmark_action_context"
                class="org.eclipse.ui.texteditor.BookmarkRulerAction"
                actionID="RulerDoubleClick"
                id="org.eclipse.ui.texteditor.BookmarkRulerAction"/>
          <action
-               label="%Dummy.label"
+               label="%SelectRuler.label"
                class="org.eclipse.ui.texteditor.SelectRulerAction"
                actionID="RulerClick"
                id="org.eclipse.ui.texteditor.SelectRulerAction"/>
diff --git a/bundles/org.eclipse.wst.css.ui/plugin.properties b/bundles/org.eclipse.wst.css.ui/plugin.properties
index 9943ab6..265ddec 100644
--- a/bundles/org.eclipse.wst.css.ui/plugin.properties
+++ b/bundles/org.eclipse.wst.css.ui/plugin.properties
@@ -30,6 +30,7 @@
 AddTask.tooltip=Add Task...
 AddBookmark.label=Add Boo&kmark...
 AddBookmark.tooltip=Add Bookmark...
+SelectRuler.label=Select Ruler
 ##
 CleanupDocument_label=Cleanup Document...
 CleanupDocument_tooltip=Cleanup Document
@@ -44,4 +45,3 @@
 ##
 All_CSS_context_type_Extension_Element.name=All CSS
 CSS_New_context_type_Extension_Element.name=New CSS
-Dummy.label=
diff --git a/bundles/org.eclipse.wst.css.ui/plugin.xml b/bundles/org.eclipse.wst.css.ui/plugin.xml
index 6280a22..21c0be8 100644
--- a/bundles/org.eclipse.wst.css.ui/plugin.xml
+++ b/bundles/org.eclipse.wst.css.ui/plugin.xml
@@ -214,13 +214,13 @@
             targetID="org.eclipse.wst.css.core.csssource.source"
             id="org.eclipse.wst.css.core.csssource.ruler.actions">
          <action
-               label="%Dummy.label"
+               label="%AddBookmark.label"
                helpContextId="org.eclipse.ui.bookmark_action_context"
                class="org.eclipse.ui.texteditor.BookmarkRulerAction"
                actionID="RulerDoubleClick"
                id="org.eclipse.ui.texteditor.BookmarkRulerAction"/>
          <action
-               label="%Dummy.label"
+               label="%SelectRuler.label"
                class="org.eclipse.ui.texteditor.SelectRulerAction"
                actionID="RulerClick"
                id="org.eclipse.ui.texteditor.SelectRulerAction"/>
diff --git a/bundles/org.eclipse.wst.dtd.ui/plugin.properties b/bundles/org.eclipse.wst.dtd.ui/plugin.properties
index 7b755eb..afc1c30 100644
--- a/bundles/org.eclipse.wst.dtd.ui/plugin.properties
+++ b/bundles/org.eclipse.wst.dtd.ui/plugin.properties
@@ -28,10 +28,9 @@
 AddTask.tooltip=Add Task...
 AddBookmark.label=Add Boo&kmark...
 AddBookmark.tooltip=Add Bookmark...
+SelectRuler.label=Select Ruler
 
 _UI_MENU_VALIDATE_DTD               = &Validate DTD File
 _UI_XML_DTD_VALIDATOR                = DTD Validator
 
 DTD_New_context_type_Extension_Element.name=New DTD
-# for ruler actions
-Dummy.label=
diff --git a/bundles/org.eclipse.wst.dtd.ui/plugin.xml b/bundles/org.eclipse.wst.dtd.ui/plugin.xml
index 0e48107..e1ff99f 100644
--- a/bundles/org.eclipse.wst.dtd.ui/plugin.xml
+++ b/bundles/org.eclipse.wst.dtd.ui/plugin.xml
@@ -46,13 +46,13 @@
             targetID="org.eclipse.wst.dtd.core.dtdsource.source"
             id="org.eclipse.wst.dtd.core.dtdsource.ruler.actions">
          <action
-               label="%Dummy.label"
+               label="%AddBookmark.label"
                helpContextId="org.eclipse.ui.bookmark_action_context"
                class="org.eclipse.ui.texteditor.BookmarkRulerAction"
                actionID="RulerDoubleClick"
                id="org.eclipse.ui.texteditor.BookmarkRulerAction"/>
          <action
-               label="%Dummy.label"
+               label="%SelectRuler.label"
                class="org.eclipse.ui.texteditor.SelectRulerAction"
                actionID="RulerClick"
                id="org.eclipse.ui.texteditor.SelectRulerAction"/>
diff --git a/bundles/org.eclipse.wst.html.ui/plugin.properties b/bundles/org.eclipse.wst.html.ui/plugin.properties
index bc8da8d..306240d 100644
--- a/bundles/org.eclipse.wst.html.ui/plugin.properties
+++ b/bundles/org.eclipse.wst.html.ui/plugin.properties
@@ -33,6 +33,7 @@
 AddTask.tooltip=Add Task...
 AddBookmark.label=Add Boo&kmark...
 AddBookmark.tooltip=Add Bookmark...
+SelectRuler.label=Select Ruler
 ##
 CleanupDocument_label=Cleanup Document...
 CleanupDocument_tooltip=Cleanup Document
@@ -51,4 +52,3 @@
 StructureSelectPrevious_tooltip=Expand selection to include previous sibling
 StructureSelectHistory_label=Restore Last Selection
 StructureSelectHistory_tooltip=Restore last selection
-Dummy.label=
diff --git a/bundles/org.eclipse.wst.html.ui/plugin.xml b/bundles/org.eclipse.wst.html.ui/plugin.xml
index 7daa846..b0c199b 100644
--- a/bundles/org.eclipse.wst.html.ui/plugin.xml
+++ b/bundles/org.eclipse.wst.html.ui/plugin.xml
@@ -466,13 +466,13 @@
             targetID="org.eclipse.wst.html.core.htmlsource.source"
             id="org.eclipse.wst.html.core.htmlsource.ruler.actions">
          <action
-               label="%Dummy.label"
+               label="%AddBookmark.label"
                helpContextId="org.eclipse.ui.bookmark_action_context"
                class="org.eclipse.ui.texteditor.BookmarkRulerAction"
                actionID="RulerDoubleClick"
                id="org.eclipse.ui.texteditor.BookmarkRulerAction"/>
          <action
-               label="%Dummy.label"
+               label="%SelectRuler.label"
                class="org.eclipse.ui.texteditor.SelectRulerAction"
                actionID="RulerClick"
                id="org.eclipse.ui.texteditor.SelectRulerAction"/>
diff --git a/bundles/org.eclipse.wst.sse.ui/plugin.properties b/bundles/org.eclipse.wst.sse.ui/plugin.properties
index 756eb8b..ff436b9 100644
--- a/bundles/org.eclipse.wst.sse.ui/plugin.properties
+++ b/bundles/org.eclipse.wst.sse.ui/plugin.properties
@@ -62,6 +62,10 @@
 ActionDefinition.quickFix.name=Quick Fix
 ActionDefinition.quickFix.description=Quick Fix
 
+#
+AddBookmark.label=Add Boo&kmark...
+SelectRuler.label=Select Ruler
+#
 ##########################################################################
 # These strings are used in file and container resource popup menu
 ##########################################################################
@@ -77,4 +81,3 @@
 #Open_On_Extension_Point.name=Open On Extension Point
 #Spell_Check_label=Spell Check
 #Spell_Check_tooltip=Spell Check
-Dummy.label=
diff --git a/bundles/org.eclipse.wst.sse.ui/plugin.xml b/bundles/org.eclipse.wst.sse.ui/plugin.xml
index 15145d5..d600ef5 100644
--- a/bundles/org.eclipse.wst.sse.ui/plugin.xml
+++ b/bundles/org.eclipse.wst.sse.ui/plugin.xml
@@ -432,14 +432,14 @@
             targetID="org.eclipse.wst.sse.ui.StructuredTextEditor"
             id="org.eclipse.wst.sse.ui.StructuredTextEditor.ruler.actions">
          <action
-               label="%Dummy.label"
+               label="%AddBookmark.label"
                helpContextId="org.eclipse.ui.bookmark_action_context"
                class="org.eclipse.ui.texteditor.BookmarkRulerAction"
                actionID="RulerDoubleClick"
                id="org.eclipse.ui.texteditor.BookmarkRulerAction">
          </action>
          <action
-               label="%Dummy.label"
+               label="%SelectRuler.label"
                class="org.eclipse.ui.texteditor.SelectRulerAction"
                actionID="RulerClick"
                id="org.eclipse.ui.texteditor.SelectRulerAction">
diff --git a/bundles/org.eclipse.wst.xml.ui/plugin.properties b/bundles/org.eclipse.wst.xml.ui/plugin.properties
index 9771759..3281929 100644
--- a/bundles/org.eclipse.wst.xml.ui/plugin.properties
+++ b/bundles/org.eclipse.wst.xml.ui/plugin.properties
@@ -40,6 +40,7 @@
 AddTask.tooltip=Add Task...
 AddBookmark.label=Add Boo&kmark...
 AddBookmark.tooltip=Add Bookmark...
+SelectRuler.label=Select Ruler
 ###############################################################################
 XML_Catalog_File_Type_Extension_Point.name=XML Catalog file type extension point
 _UI_PREF_XML_CATALOG=XML Catalog
@@ -68,4 +69,3 @@
 StructureSelectPrevious_tooltip=Expand selection to include previous sibling
 StructureSelectHistory_label=Restore Last Selection
 StructureSelectHistory_tooltip=Restore last selection
-Dummy.label=
diff --git a/bundles/org.eclipse.wst.xml.ui/plugin.xml b/bundles/org.eclipse.wst.xml.ui/plugin.xml
index 20b1216..6415561 100644
--- a/bundles/org.eclipse.wst.xml.ui/plugin.xml
+++ b/bundles/org.eclipse.wst.xml.ui/plugin.xml
@@ -567,13 +567,13 @@
             targetID="org.eclipse.core.runtime.xml.source"
             id="org.eclipse.core.runtime.xml.source.ruler.actions">
          <action
-               label="%Dummy.label"
+               label="%AddBookmark.label"
                helpContextId="org.eclipse.ui.bookmark_action_context"
                class="org.eclipse.ui.texteditor.BookmarkRulerAction"
                actionID="RulerDoubleClick"
                id="org.eclipse.ui.texteditor.BookmarkRulerAction"/>
          <action
-               label="%Dummy.label"
+               label="%SelectRuler.label"
                class="org.eclipse.ui.texteditor.SelectRulerAction"
                actionID="RulerClick"
                id="org.eclipse.ui.texteditor.SelectRulerAction"/>
diff --git a/bundles/org.eclipse.wst.xsd.ui/plugin.properties b/bundles/org.eclipse.wst.xsd.ui/plugin.properties
index 61b3daf..01944f1 100644
--- a/bundles/org.eclipse.wst.xsd.ui/plugin.properties
+++ b/bundles/org.eclipse.wst.xsd.ui/plugin.properties
@@ -812,6 +812,8 @@
 OpenFileFromSource.image=
 OpenFileFromSource.description=Open an editor on the selected link
 
+AddBookmark.label=Add Boo&kmark...
+SelectRuler.label=Select Ruler
 
 _ZERO_OR_MORE = Zero or More
 _ZERO_OR_ONE  = Zero or One
@@ -825,4 +827,3 @@
 _UI_LABEL_TARGETNAMESPACE_CHANGE       = Target Namespace Change
 _INFO_RESET_ATTRIBUTE_GROUP_REFERENCE  = Reset attribute group reference
 _INFO_REMOVE_ATTRIBUTE_GROUP_REFERENCE = Remove attribute group reference
-Dummy.label=
diff --git a/bundles/org.eclipse.wst.xsd.ui/plugin.xml b/bundles/org.eclipse.wst.xsd.ui/plugin.xml
index 3760717..564798d 100644
--- a/bundles/org.eclipse.wst.xsd.ui/plugin.xml
+++ b/bundles/org.eclipse.wst.xsd.ui/plugin.xml
@@ -21,13 +21,13 @@
             targetID="org.eclipse.wst.xsd.core.xsdsource.source"
             id="org.eclipse.wst.xsd.core.xsdsource.ruler.actions">
          <action
-               label="%Dummy.label"
+               label="%AddBookmark.label"
                helpContextId="org.eclipse.ui.bookmark_action_context"
                class="org.eclipse.ui.texteditor.BookmarkRulerAction"
                actionID="RulerDoubleClick"
                id="org.eclipse.ui.texteditor.BookmarkRulerAction"/>
          <action
-               label="%Dummy.label"
+               label="%SelectRuler.label"
                class="org.eclipse.ui.texteditor.SelectRulerAction"
                actionID="RulerClick"
                id="org.eclipse.ui.texteditor.SelectRulerAction"/>