Skip to content

Commit 2f47453

Browse files
committed
#6679 update action keys
1 parent d97f54b commit 2f47453

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/vs/workbench/parts/markers/browser/markersPanelActions.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import Tree = require('vs/base/parts/tree/browser/tree');
2727

2828
export class ToggleProblemsPanelAction extends TogglePanelAction {
2929

30-
public static ID:string = 'workbench.action.markers.panel.toggle';
30+
public static ID:string = 'workbench.actions.view.problems';
3131

3232
constructor(id: string, label: string,
3333
@IPartService private partService: IPartService,
@@ -64,7 +64,7 @@ export class CollapseAllAction extends TreeCollapseAction {
6464
export class FilterAction extends Action {
6565

6666
constructor(private markersPanel: MarkersPanel) {
67-
super('workbench.markers.panel.action.filter', Messages.MARKERS_PANEL_ACTION_TOOLTIP_FILTER, 'markers-panel-action-filter', true);
67+
super('workbench.actions.problems.filter', Messages.MARKERS_PANEL_ACTION_TOOLTIP_FILTER, 'markers-panel-action-filter', true);
6868
}
6969

7070
}

src/vs/workbench/parts/markers/common/messages.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { IMarker } from 'vs/platform/markers/common/markers';
1111
export default class Messages {
1212

1313
public static MARKERS_PANEL_VIEW_CATEGORY:string= nls.localize('viewCategory', "View");
14-
public static MARKERS_PANEL_TOGGLE_LABEL:string= nls.localize('markers.panel.toggle.label', "Toggle Problems");
14+
public static MARKERS_PANEL_TOGGLE_LABEL:string= nls.localize('problems.view.show.label', "Show Problems");
1515

1616
public static PROBLEMS_PANEL_CONFIGURATION_TITLE:string= nls.localize('problems.panel.configuration.title', "Problems view configuration");
1717
public static PROBLEMS_PANEL_CONFIGURATION_AUTO_REVEAL:string= nls.localize('problems.panel.configuration.autoreveal', "Controls if Problems view should automatically reveal files when opening them");

0 commit comments

Comments
 (0)