Skip to content

Commit 13bf3a9

Browse files
Eclipse-JDT #15: Change title from "Skip All Breakpoints" to "Unskip All Breakpoints" when toggled
1 parent b345854 commit 13bf3a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ ActionDefinition.removeAllBreakpoints.description=Removes all breakpoints
280280
ActionDefinition.skipAllBreakpoints.name=Skip All Breakpoints
281281
ActionDefinition.skipAllBreakpoints.description=Sets whether or not any breakpoint should suspend execution
282282

283-
SkipAllBreakpointsAction.label=S&kip All Breakpoints
283+
SkipAllBreakpointsAction.label=Toggle S&kip All Breakpoints
284284
SkipAllBreakpointsAction.tooltip=Skip All Breakpoints
285285
editWatchExpressionAction.label=&Edit Watch Expression...
286286
editWatchExpressionAction.tooltip=Edit the selected watch expression

debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ WatchExpressionDialogMenu_1=Copy
136136
WatchExpressionDialogMenu_2=Paste
137137
WatchAction_0=Error creating watch
138138
WatchAction_1=An exception occurred while attempting to create watch item.
139-
SkipAllBreakpointsAction_0=Skip All Breakpoints
139+
SkipAllBreakpointsAction_0=Toggle Skip All Breakpoints
140140
SkipAllBreakpointsAction_2=Skip all breakpoints, whether they are enabled or not
141141
DetailPaneAssignValueAction_1=Assign Value
142142
DetailPaneAssignValueAction_2=Invalid Value

0 commit comments

Comments
 (0)