Skip to content

Commit

Permalink
Fix localization of Launch Profile...
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Nov 21, 2023
1 parent 895666a commit 4ba032c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/terminal/browser/terminalMenus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,6 @@ export function getTerminalActionBarArgs(location: ITerminalLocationOptions, pro
submenuActions.unshift(defaultSubmenuProfileAction);
}

const dropdownAction = new Action('refresh profiles', 'Launch Profile...', 'codicon-chevron-down', true);
const dropdownAction = new Action('refresh profiles', localize('launchProfile', 'Launch Profile...'), 'codicon-chevron-down', true);
return { dropdownAction, dropdownMenuActions: dropdownActions, className: `terminal-tab-actions-${terminalService.resolveLocation(location)}` };
}

0 comments on commit 4ba032c

Please sign in to comment.