Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2009-05-27 15:25:30 +0000
committerDani Megert2009-05-27 15:25:30 +0000
commit4817090fdb7ad0db81c2990a373a86cb96109e53 (patch)
treee6b4b4402fe2b54e9f6d7f5b2e3a6101c9315440
parent3d566b2c5fe1a0a6f7ef45e58d85808dcfeaaaf5 (diff)
downloadeclipse.platform.text-4817090fdb7ad0db81c2990a373a86cb96109e53.tar.gz
eclipse.platform.text-4817090fdb7ad0db81c2990a373a86cb96109e53.tar.xz
eclipse.platform.text-4817090fdb7ad0db81c2990a373a86cb96109e53.zip
Renamed 'Show Change Ruler Tooltip' to 'Show Quick Diff Ruler Tooltip'.v20090527-2000
-rw-r--r--org.eclipse.ui.editors/plugin.properties4
-rw-r--r--org.eclipse.ui.editors/src/org/eclipse/ui/texteditor/ConstructedTextEditorMessages.properties4
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.ui.editors/plugin.properties b/org.eclipse.ui.editors/plugin.properties
index be0fc04a7ae..db3367f6992 100644
--- a/org.eclipse.ui.editors/plugin.properties
+++ b/org.eclipse.ui.editors/plugin.properties
@@ -108,8 +108,8 @@ command.revisions.authorToggle.description = Toggles the display of the revision
command.revisions.idToggle.name = Toggle Revision Id Display
command.revisions.idToggle.description = Toggles the display of the revision id
-command.showChangeRulerInformation.name = Show Change Ruler Tooltip
-command.showChangeRulerInformation.description = Displays change information for the caret line in a focused hover
+command.showChangeRulerInformation.name = Show Quick Diff Ruler Tooltip
+command.showChangeRulerInformation.description = Displays quick diff or revision information for the caret line in a focused hover
conversionActionSet.label= Convert Line Delimiters
conversionSubMenu.label= Con&vert Line Delimiters To
diff --git a/org.eclipse.ui.editors/src/org/eclipse/ui/texteditor/ConstructedTextEditorMessages.properties b/org.eclipse.ui.editors/src/org/eclipse/ui/texteditor/ConstructedTextEditorMessages.properties
index 83abf0fe208..034a840087a 100644
--- a/org.eclipse.ui.editors/src/org/eclipse/ui/texteditor/ConstructedTextEditorMessages.properties
+++ b/org.eclipse.ui.editors/src/org/eclipse/ui/texteditor/ConstructedTextEditorMessages.properties
@@ -105,7 +105,7 @@ Editor.Print.tooltip=Print
Editor.Print.image=
Editor.Print.description=Print
-Editor.ShowChangeRulerInformation.label= Show Change Ruler Tooltip
-Editor.ShowChangeRulerInformation.tooltip= Show Change Ruler Tooltip
+Editor.ShowChangeRulerInformation.label= Show Quick Diff Ruler Tooltip
+Editor.ShowChangeRulerInformation.tooltip= Show Quick Diff Ruler Tooltip
Editor.ShowChangeRulerInformation.image=
Editor.ShowChangeRulerInformation.description= Displays change information for the caret line in a focused hover

Back to the top