Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2012-04-04 18:05:11 +0000
committerPawel Piech2012-04-04 18:05:11 +0000
commitdcdae1e47f618cfc6d50c67aebcfbc88a24aacb7 (patch)
tree79faccde2b3ee2cbd98451433c9e8043631f2086
parent71645f1eb5d654aaa3540b02865e75fe632c7e30 (diff)
downloadeclipse.platform.debug-dcdae1e47f618cfc6d50c67aebcfbc88a24aacb7.tar.gz
eclipse.platform.debug-dcdae1e47f618cfc6d50c67aebcfbc88a24aacb7.tar.xz
eclipse.platform.debug-dcdae1e47f618cfc6d50c67aebcfbc88a24aacb7.zip
Revert "Bug 374153 - [breakpoints] Show accelerator for toggle breakpoint modifiers in ruler popup menu"
-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 d416bf2b9..7df10e420 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\tDouble Click
+ToggleBreakpointAction_0=Toggle Brea&kpoint
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\tShift+Double Click
-RulerEnableDisableBreakpointAction_3=&Enable Breakpoint\tShift+Double Click
+RulerEnableDisableBreakpointAction_2=&Disable Breakpoint
+RulerEnableDisableBreakpointAction_3=&Enable Breakpoint
TerminateAndRelaunchAction_0=org.eclipse.debug.ui.commands.TerminateAndRelaunch
TerminateAndRelaunchAction_3=Terminate and Relaunch
TerminateAndRelaunchAction_4=Terminate and Relaunch

Back to the top