mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-11 00:59:24 +01:00
Fix localization of Launch Profile...
This commit is contained in:
@@ -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)}` };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user