#30249 Fix the label

This commit is contained in:
Sandeep Somavarapu 2017-07-12 19:30:44 +02:00
parent 3b4c98d0b2
commit e5bef34e7b

View file

@ -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)
}]),