Skip to content

Commit 7c44528

Browse files
authored
Merge pull request #198815 from microsoft/tyriar/local
Fix localization of Launch Profile...
2 parents 895666a + 4ba032c commit 7c44528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/browser/terminalMenus.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,6 @@ export function getTerminalActionBarArgs(location: ITerminalLocationOptions, pro
779779
submenuActions.unshift(defaultSubmenuProfileAction);
780780
}
781781

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

0 commit comments

Comments
 (0)