Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2006-11-22 09:59:55 +0000
committerDani Megert2006-11-22 09:59:55 +0000
commitf4b7a6055b91cfb1d94e096c81e2f3ac8cb2f149 (patch)
treee29abb4d32b420922ba935274601b108625829a9 /org.eclipse.ui.workbench.texteditor/plugin.properties
parent518b5e8ae642a7390b27940b7c6b7c22ec49d47d (diff)
downloadeclipse.platform.text-f4b7a6055b91cfb1d94e096c81e2f3ac8cb2f149.tar.gz
eclipse.platform.text-f4b7a6055b91cfb1d94e096c81e2f3ac8cb2f149.tar.xz
eclipse.platform.text-f4b7a6055b91cfb1d94e096c81e2f3ac8cb2f149.zip
Fixed bug 22712: professional editor features: show invisible chars
Patch provided by Anton Leherbauer
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/plugin.properties')
-rw-r--r--org.eclipse.ui.workbench.texteditor/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/plugin.properties b/org.eclipse.ui.workbench.texteditor/plugin.properties
index 8349ff8f2d9..ad546f296c8 100644
--- a/org.eclipse.ui.workbench.texteditor/plugin.properties
+++ b/org.eclipse.ui.workbench.texteditor/plugin.properties
@@ -23,8 +23,8 @@ onlyShowSelectedElement.label= Show Selected Element Only
onlyShowSelectedElement.tooltip= Show Selected Element Only
onlyShowSelectedElement.description= Show Selected Element Only
-showWhitespaceCharacters.label= Show Invisible Characters
-showWhitespaceCharacters.tooltip= Show Invisible Characters
+showWhitespaceCharacters.label= Show Whitespace Characters
+showWhitespaceCharacters.tooltip= Show Whitespace Characters
showWhitespaceCharacters.description= Shows whitespace characters in current text editor
smartEnter.label= Insert Line Below Current Line

Back to the top