Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.compare/plugin.properties')
-rw-r--r--bundles/org.eclipse.compare/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.compare/plugin.properties b/bundles/org.eclipse.compare/plugin.properties
index 21c295450..e9c6b1580 100644
--- a/bundles/org.eclipse.compare/plugin.properties
+++ b/bundles/org.eclipse.compare/plugin.properties
@@ -65,11 +65,11 @@ action.IgnoreWhiteSpace.tooltip=Ignore White Space where Applicable
action.IgnoreWhiteSpace.image=etool16/ignorews_edit.gif
action.Next.label=Next Difference
-action.Next.tooltip=Go to Next Difference Ctrl+N
+action.Next.tooltip=Go to Next Difference Ctrl+D
action.Next.image=elcl16/next_nav.gif
action.Previous.label=Previous Difference
-action.Previous.tooltip=Go to Previous Difference Ctrl+P
+action.Previous.tooltip=Go to Previous Difference Ctrl+Shift+D
action.Previous.image=elcl16/prev_nav.gif
#

Back to the top