Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2012-04-11 06:05:19 +0000
committerMike Rennie2012-04-11 06:05:19 +0000
commit916b44d62f73459a05e0d819300c5897f519aacc (patch)
tree98a8d88b19be004b206ca1b8be360658cfb24f39 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
parentaceb2f12bf2c1dc85000f600f1865049d1605b87 (diff)
downloadeclipse.platform.debug-916b44d62f73459a05e0d819300c5897f519aacc.tar.gz
eclipse.platform.debug-916b44d62f73459a05e0d819300c5897f519aacc.tar.xz
eclipse.platform.debug-916b44d62f73459a05e0d819300c5897f519aacc.zip
Bug 374153 - [patch][breakpoints] Show accelerator for toggle breakpoint
modifiers in ruler popup menu.
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties4
1 files changed, 3 insertions, 1 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 7df10e420..2c331de38 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
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2011 IBM Corporation and others.
+# Copyright (c) 2000, 2012 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -108,6 +108,7 @@ ToggleDetailPaneAction_8=Hide the Detail Pane so that only the Main Tree View is
ToggleBreakpointAction_0=Toggle Brea&kpoint
ToggleBreakpointAction_1=Error
ToggleBreakpointAction_2=Unable to toggle breakpoint
+ToggleBreakpointAction_3=Double Click
ToggleStepFiltersAction_0=Use Step Filters
ToggleStepFiltersAction_1=&Use Step Filters
@@ -161,6 +162,7 @@ RulerEnableDisableBreakpointAction_0=Error
RulerEnableDisableBreakpointAction_1=Failed to toggle breakpoint enablement
RulerEnableDisableBreakpointAction_2=&Disable Breakpoint
RulerEnableDisableBreakpointAction_3=&Enable Breakpoint
+RulerEnableDisableBreakpointAction_4=Shift+Double Click
TerminateAndRelaunchAction_0=org.eclipse.debug.ui.commands.TerminateAndRelaunch
TerminateAndRelaunchAction_3=Terminate and Relaunch
TerminateAndRelaunchAction_4=Terminate and Relaunch

Back to the top