Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2012-03-13 22:50:19 +0000
committerPawel Piech2012-03-30 20:22:19 +0000
commita64a64b794926e95481e5f4cc9641cc41c200aec (patch)
tree72676a7114229ffd1c9caba367b39fa9565341f0 /org.eclipse.debug.ui/ui/org/eclipse/debug
parentc74c316aafbd6be0d887e8be613e015169ed5078 (diff)
downloadeclipse.platform.debug-a64a64b794926e95481e5f4cc9641cc41c200aec.tar.gz
eclipse.platform.debug-a64a64b794926e95481e5f4cc9641cc41c200aec.tar.xz
eclipse.platform.debug-a64a64b794926e95481e5f4cc9641cc41c200aec.zip
Bug 374153 - [breakpoints] Show accelerator for toggle breakpoint modifiers in ruler popup menu
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
index 7401d0707..a59b20245 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
@@ -105,7 +105,7 @@ ToggleDetailPaneAction_3=Automatically position the detail pane
ToggleDetailPaneAction_4=&Horizontal
ToggleDetailPaneAction_5=Place the Detail Pane on the Right of the Main Tree View
ToggleDetailPaneAction_8=Hide the Detail Pane so that only the Main Tree View is Visible
-ToggleBreakpointAction_0=Toggle Brea&kpoint
+ToggleBreakpointAction_0=Toggle Brea&kpoint\tDouble Click
ToggleBreakpointAction_1=Error
ToggleBreakpointAction_2=Unable to toggle breakpoint
@@ -159,8 +159,8 @@ AddMemoryRenderingActionDelegate_1=Unable to add the selected rendering.
AddMemoryRenderingActionDelegate_2=Add Memory Rendering
RulerEnableDisableBreakpointAction_0=Error
RulerEnableDisableBreakpointAction_1=Failed to toggle breakpoint enablement
-RulerEnableDisableBreakpointAction_2=&Disable Breakpoint
-RulerEnableDisableBreakpointAction_3=&Enable Breakpoint
+RulerEnableDisableBreakpointAction_2=&Disable Breakpoint\tShift+Double Click
+RulerEnableDisableBreakpointAction_3=&Enable Breakpoint\tShift+Double Click
TerminateAndRelaunchAction_0=org.eclipse.debug.ui.commands.TerminateAndRelaunch
TerminateAndRelaunchAction_3=Terminate and Relaunch
TerminateAndRelaunchAction_4=Terminate and Relaunch

Back to the top