Fixed: in "Window > Preferences > General > Keys" "Duplicate Selection"
was shown as "&Duplicate Selection"; in "Document" menu shorten "Edit
Namespaces..." to "Namespaces...", moved below "Remove" and added it to
context/popup menu; mnemonic added: "N" for "Namespaces..." and "S" for
"Style"
diff --git a/org.eclipse.vex.ui/plugin.properties b/org.eclipse.vex.ui/plugin.properties
index 326976f..aa2898a 100644
--- a/org.eclipse.vex.ui/plugin.properties
+++ b/org.eclipse.vex.ui/plugin.properties
@@ -38,7 +38,7 @@
 
 command.category.name= Vex - Visual Editor for XML
 command.addElement.name= Add Element...
-command.duplicateSelection.name= &Duplicate Selection
+command.duplicateSelection.name= Duplicate Selection
 command.convertElement.name= Convert Element To...
 # dynamic names for 'Remove Tag' see org.eclipse.vex.ui.internal.editor.messages.properties
 command.removeTag.name= Remove Tag
@@ -68,6 +68,8 @@
 menu.Add.RowBelow.name= Row &Below
 menu.Add.ColumnLeft.name= Column to the &Left
 menu.Add.ColumnRight.name= Column to the &Right
+menu.DuplicateSelection.name= &Duplicate Selection
+menu.EditNamespaces.name= &Namespaces...
 menu.Move.name= &Move
 menu.Move.RowUp= Row &Up
 menu.Move.RowDown= Row &Down
@@ -88,7 +90,7 @@
 menu.Column.MoveLeft.name= Move Left
 menu.Column.MoveRight.name= Move Right
 menu.Column.Remove.name= Remove
-menu.Style.name= Style
+menu.Style.name= &Style
 
 contentType.XmlDocument.name=XML Document
 
diff --git a/org.eclipse.vex.ui/plugin.xml b/org.eclipse.vex.ui/plugin.xml
index 76c4ec6..c05ce40 100644
--- a/org.eclipse.vex.ui/plugin.xml
+++ b/org.eclipse.vex.ui/plugin.xml
@@ -963,14 +963,12 @@
                </command>
             </menu>
             <command
-                  commandId="org.eclipse.vex.ui.DuplicateSelectionCommand">
+                  commandId="org.eclipse.vex.ui.DuplicateSelectionCommand"
+                  label="%menu.DuplicateSelection.name">
             </command>
             <command
                   commandId="org.eclipse.vex.ui.ConvertElementCommand">
             </command>
-            <command
-                  commandId="org.eclipse.vex.ui.EditNamespacesCommand">
-            </command>
             <menu
                   label="%menu.Move.name">
                <command
@@ -1004,6 +1002,10 @@
                      label="%menu.Remove.Column.name">
                </command>
             </menu>
+            <command
+                  commandId="org.eclipse.vex.ui.EditNamespacesCommand"
+                  label="%menu.EditNamespaces.name">
+            </command>
             <separator
                   name="org.eclipse.vex.ui.popup.style"
                   visible="true">
@@ -1040,7 +1042,8 @@
                commandId="org.eclipse.vex.ui.AddElementCommand">
          </command>
          <command
-               commandId="org.eclipse.vex.ui.DuplicateSelectionCommand">
+               commandId="org.eclipse.vex.ui.DuplicateSelectionCommand"
+               label="%menu.DuplicateSelection.name">
          </command>
          <command
                commandId="org.eclipse.vex.ui.ConvertElementCommand"
@@ -1049,6 +1052,10 @@
          <command
                commandId="org.eclipse.vex.ui.RemoveTagCommand">
          </command>
+         <command
+               commandId="org.eclipse.vex.ui.EditNamespacesCommand"
+               label="%menu.EditNamespaces.name">
+         </command>
          <separator
                name="org.eclipse.vex.ui.popup.vexTableItems"
                visible="true">