Skip to content

Commit 855224a

Browse files
Change action name from "Skip All Breakpoints" to "Toggle Skip All
Breakpoints" #864 Changed label for tooltip
1 parent 13bf3a9 commit 855224a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debug/org.eclipse.debug.ui/plugin.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,11 @@ ActionDefinition.toggleMethodBreakpoint.description=Creates or removes a method
277277
ActionDefinition.removeAllBreakpoints.name=Remove All Breakpoints
278278
ActionDefinition.removeAllBreakpoints.description=Removes all breakpoints
279279

280-
ActionDefinition.skipAllBreakpoints.name=Skip All Breakpoints
280+
ActionDefinition.skipAllBreakpoints.name=Toggle Skip All Breakpoints
281281
ActionDefinition.skipAllBreakpoints.description=Sets whether or not any breakpoint should suspend execution
282282

283283
SkipAllBreakpointsAction.label=Toggle S&kip All Breakpoints
284-
SkipAllBreakpointsAction.tooltip=Skip All Breakpoints
284+
SkipAllBreakpointsAction.tooltip=Toggle Skip All Breakpoints
285285
editWatchExpressionAction.label=&Edit Watch Expression...
286286
editWatchExpressionAction.tooltip=Edit the selected watch expression
287287
reevaluateWatchExpressionAction.label=&Reevaluate Watch Expression

0 commit comments

Comments
 (0)