diff --git a/src/vs/workbench/contrib/positronPlots/browser/components/openInEditorMenuButton.tsx b/src/vs/workbench/contrib/positronPlots/browser/components/openInEditorMenuButton.tsx index 204979b97f6..9b6a5784daa 100644 --- a/src/vs/workbench/contrib/positronPlots/browser/components/openInEditorMenuButton.tsx +++ b/src/vs/workbench/contrib/positronPlots/browser/components/openInEditorMenuButton.tsx @@ -81,6 +81,9 @@ export const OpenInEditorMenuButton = (props: OpenInEditorMenuButtonProps) => { tooltip={props.tooltip} ariaLabel={props.ariaLabel} actions={() => actions} - dropdownIndicator='enabled-split' /> + dropdownIndicator='enabled-split' + dropdownAriaLabel={localize('positron-editor-open-in-editor-dropdown', 'Select where to open plot')} + dropdownTooltip={localize('positron-editor-open-in-editor-dropdown', 'Select where to open plot')} + /> ); };