Skip to content

Commit

Permalink
#30249 Fix the label
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Jul 12, 2017
1 parent 3b4c98d commit e5bef34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/parts/views/browser/views.ts
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ export class ComposedViewsViewlet extends Viewlet {
getAnchor: () => anchor,
getActions: () => TPromise.as([<IAction>{
id: `${view.id}.removeView`,
label: nls.localize('removeView', "Remove from {0}", this.getTitle()),
label: nls.localize('removeView', "Remove from {0} View", this.getTitle()),
enabled: true,
run: () => this.toggleViewVisibility(view.id)
}]),
Expand Down

0 comments on commit e5bef34

Please sign in to comment.