Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorteicher2005-04-29 07:39:22 +0000
committerteicher2005-04-29 07:39:22 +0000
commitb842fc5d301521f91248beacafc619e23b52b18b (patch)
tree5f44740493e39b0c363931cafb33b25ce62f79c5 /org.eclipse.ui.workbench.texteditor
parente3bd4b26a199c119697139973ee416ff63973abb (diff)
downloadeclipse.platform.text-b842fc5d301521f91248beacafc619e23b52b18b.tar.gz
eclipse.platform.text-b842fc5d301521f91248beacafc619e23b52b18b.tar.xz
eclipse.platform.text-b842fc5d301521f91248beacafc619e23b52b18b.zip
93132 "&Word Completion" is not a good command name
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor')
-rw-r--r--org.eclipse.ui.workbench.texteditor/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/plugin.properties b/org.eclipse.ui.workbench.texteditor/plugin.properties
index bd709c6478f..ce76de6b49a 100644
--- a/org.eclipse.ui.workbench.texteditor/plugin.properties
+++ b/org.eclipse.ui.workbench.texteditor/plugin.properties
@@ -153,7 +153,7 @@ command.toggleOverwrite.name = Toggle Overwrite
command.toggleInsertMode.description = Toggle insert mode
command.toggleInsertMode.name = Toggle Insert Mode
command.hippieCompletion.description = Context insensitive completion
-command.hippieCompletion.name = &Word Completion
+command.hippieCompletion.name = Word Completion
command.windowEnd.description = Go to the end of the window
command.windowEnd.name = Window End
command.windowStart.description = Go to the start of the window

Back to the top