Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-08-01 17:37:21 +0000
committerDarin Wright2006-08-01 17:37:21 +0000
commit0ccbc4cf94ee28a83ee51fc62ddb72e1c2743a42 (patch)
treea722a4e5c5cd43bda16fb8775e76e3cb9d90d4f1 /org.eclipse.debug.ui/plugin.properties
parent606d28c635655b0d801741ff5a61ebee4c38b5db (diff)
downloadeclipse.platform.debug-0ccbc4cf94ee28a83ee51fc62ddb72e1c2743a42.tar.gz
eclipse.platform.debug-0ccbc4cf94ee28a83ee51fc62ddb72e1c2743a42.tar.xz
eclipse.platform.debug-0ccbc4cf94ee28a83ee51fc62ddb72e1c2743a42.zip
Bug 74854 [breakpoints] Ctrl+B should set a method breakpoint if invoked from the method signature
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties7
1 files changed, 4 insertions, 3 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 507a22d42..e9de2f449 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -108,7 +108,8 @@ StepReturnAction.label=Step Ret&urn
StringVariablePresentationsName=String Variable Presentations
SuspendAction.label=&Suspend
TerminateAction.label=&Terminate
-ToggleBreakpointAction.label=Toggle Line Brea&kpoint
+ToggleBreakpointAction.label=Toggle Brea&kpoint
+ToggleLineBreakpointAction.label=Toggle &Line Breakpoint
ToggleMethodBreakpointAction.label=Toggle &Method Breakpoint
ToggleWatchpointAction.label=Toggle &Watchpoint
VariablesView.name=Variables
@@ -190,8 +191,8 @@ ActionDefinition.terminate.description=Terminate
ActionDefinition.terminateAndRelaunch.name=Terminate and Relaunch
ActionDefinition.terminateAndRelaunch.description=Terminate and Relaunch
-ActionDefinition.toggleBreakpoint.name=Toggle Line Breakpoint
-ActionDefinition.toggleBreakpoint.description=Creates or removes a line breakpoint
+ActionDefinition.toggleBreakpoint.name=Toggle Breakpoint
+ActionDefinition.toggleBreakpoint.description=Creates or removes a breakpoint
ActionDefinition.suspend.name=Suspend
ActionDefinition.suspend.description=Suspend

Back to the top