Outputs:SelectBox: Tweak select label #60726 (#61415)

This commit is contained in:
Christopher Leidigh
2018-10-20 19:01:23 -04:00
committed by GitHub
parent 6bab1c3ee1
commit 852cfdaa00

View File

@@ -122,7 +122,7 @@ export class SwitchOutputActionItem extends SelectActionItem {
@IThemeService themeService: IThemeService,
@IContextViewService contextViewService: IContextViewService
) {
super(null, action, [], 0, contextViewService, { ariaLabel: nls.localize('outputs', 'Outputs') });
super(null, action, [], 0, contextViewService, { ariaLabel: nls.localize('outputChannels', 'Output Channels.') });
let outputChannelRegistry = Registry.as<IOutputChannelRegistry>(OutputExt.OutputChannels);
this.toDispose.push(outputChannelRegistry.onDidRegisterChannel(() => this.updateOtions(this.outputService.getActiveChannel().id)));