Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2009-02-18 09:57:27 +0000
committerDani Megert2009-02-18 09:57:27 +0000
commit928fc949c7dad3075150806724835fcd5de74f89 (patch)
tree77dd7536c04402e661117c337c1a5d5b8dcdd780 /org.eclipse.ui.workbench.texteditor/plugin.properties
parent8d80e45f85e0756d3322569b482047dc1355ef64 (diff)
downloadeclipse.platform.text-928fc949c7dad3075150806724835fcd5de74f89.tar.gz
eclipse.platform.text-928fc949c7dad3075150806724835fcd5de74f89.tar.xz
eclipse.platform.text-928fc949c7dad3075150806724835fcd5de74f89.zip
Use 'Toggle' for the command.
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/plugin.properties')
-rw-r--r--org.eclipse.ui.workbench.texteditor/plugin.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/plugin.properties b/org.eclipse.ui.workbench.texteditor/plugin.properties
index ba1e4b4573e..312de100148 100644
--- a/org.eclipse.ui.workbench.texteditor/plugin.properties
+++ b/org.eclipse.ui.workbench.texteditor/plugin.properties
@@ -33,9 +33,9 @@ showWhitespaceCharacters.description= Shows whitespace characters in current tex
showInformation.name= Show Tooltip Description
showInformation.description= Displays information for the current caret location in a sticky hover
-toggleBlockSelectionMode.label= Enable Block Selection
-toggleBlockSelectionMode.tooltip= Enable Block Selection
-toggleBlockSelectionMode.description= Enable block / column selection in the current text editor
+toggleBlockSelectionMode.label= Toggle Block Selection
+toggleBlockSelectionMode.tooltip= Toggle Block Selection
+toggleBlockSelectionMode.description= Toggle block / column selection in the current text editor
smartEnter.label= Insert Line Below Current Line
smartEnter.description= Adds a new line below the current line

Back to the top