[185430] cleanup document menu item should be "cleanup document..."
diff --git a/bundles/org.eclipse.wst.sse.ui/plugin.properties b/bundles/org.eclipse.wst.sse.ui/plugin.properties
index bb9d9e1..e213c5b 100644
--- a/bundles/org.eclipse.wst.sse.ui/plugin.properties
+++ b/bundles/org.eclipse.wst.sse.ui/plugin.properties
@@ -31,13 +31,13 @@
##########################################################################
scope.structuredTextEditor.name=Editing in Structured Text Editors
scope.structuredTextEditor.description=Editing in Structured Text Editors
-command.toggle.comment.name=Toggle Comment
+command.toggle.comment.name=&Toggle Comment
command.toggle.comment.description=Toggle Comment
-command.add.block.comment.name=Add Block Comment
+command.add.block.comment.name=&Add Block Comment
command.add.block.comment.description=Add Block Comment
-command.remove.block.comment.name=Remove Block Comment
+command.remove.block.comment.name=&Remove Block Comment
command.remove.block.comment.description=Remove Block Comment
-command.cleanup.document.name=Cleanup Document
+command.cleanup.document.name=&Cleanup Document...
command.cleanup.document.description=Cleanup document
command.format.document.name=Format
command.format.document.description=Format selection
@@ -45,7 +45,7 @@
command.format.active.elements.description=Format active elements
command.open.file.from.source.name=Open Selection
command.open.file.from.source.description=Open an editor on the selected link
-command.search.find.occurrences.name=Occurrences in File
+command.search.find.occurrences.name=&Occurrences in File
command.search.find.occurrences.description=Find occurrences of the selection in the file
ActionDefinition.selectEnclosing.name=Select Enclosing Element
ActionDefinition.selectEnclosing.description=Expand selection to include enclosing element