Skip to content

Commit 852cfda

Browse files
authored
Outputs:SelectBox: Tweak select label microsoft#60726 (microsoft#61415)
1 parent 6bab1c3 commit 852cfda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/parts/output/browser/outputActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export class SwitchOutputActionItem extends SelectActionItem {
122122
@IThemeService themeService: IThemeService,
123123
@IContextViewService contextViewService: IContextViewService
124124
) {
125-
super(null, action, [], 0, contextViewService, { ariaLabel: nls.localize('outputs', 'Outputs') });
125+
super(null, action, [], 0, contextViewService, { ariaLabel: nls.localize('outputChannels', 'Output Channels.') });
126126

127127
let outputChannelRegistry = Registry.as<IOutputChannelRegistry>(OutputExt.OutputChannels);
128128
this.toDispose.push(outputChannelRegistry.onDidRegisterChannel(() => this.updateOtions(this.outputService.getActiveChannel().id)));

0 commit comments

Comments
 (0)