Skip to content

Commit

Permalink
Fixes #60724 (#61466)
Browse files Browse the repository at this point in the history
  • Loading branch information
skprabhanjan authored and cleidigh committed Oct 23, 2018
1 parent fd6b2e7 commit 9b19f82
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -731,7 +731,7 @@ export class SwitchTerminalActionItem extends SelectActionItem {
@IThemeService themeService: IThemeService,
@IContextViewService contextViewService: IContextViewService
) {
super(null, action, terminalService.getTabLabels(), terminalService.activeTabIndex, contextViewService, { ariaLabel: nls.localize('terminals', 'Terminals') });
super(null, action, terminalService.getTabLabels(), terminalService.activeTabIndex, contextViewService, { ariaLabel: nls.localize('terminals', 'Open Terminals.') });

this.toDispose.push(terminalService.onInstancesChanged(this._updateItems, this));
this.toDispose.push(terminalService.onActiveTabChanged(this._updateItems, this));
Expand Down

0 comments on commit 9b19f82

Please sign in to comment.