Skip to content

Commit 5e3e664

Browse files
authored
Merge pull request microsoft#150158 from microsoft/joh/necessary-tiger
change label to `Show Search Modes...`
2 parents c076927 + 801eaec commit 5e3e664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/browser/parts/titlebar/titleMenuControl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export class TitleMenuControl {
119119
const container = document.createElement('span');
120120
container.classList.add('all-options');
121121
parent.appendChild(container);
122-
const action = new Action('all', localize('all', "Show Quick Pick Options..."), Codicon.chevronDown.classNames, true, () => {
122+
const action = new Action('all', localize('all', "Show Search Modes..."), Codicon.chevronDown.classNames, true, () => {
123123
quickInputService.quickAccess.show('?');
124124
});
125125
const dropdown = new ActionViewItem(undefined, action, { icon: true, label: false, hoverDelegate });

0 commit comments

Comments
 (0)