Skip to content

Commit

Permalink
Fix #89769
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Jan 31, 2020
1 parent af69a4f commit 76bbe9f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -396,7 +396,7 @@ registerAction2(class extends Action2 {
constructor() {
super({
id: 'workbench.extensions.action.configure',
title: { value: localize('workbench.extensions.action.configure', "Configure..."), original: 'Configure...' },
title: { value: localize('workbench.extensions.action.configure', "Configure Extension Settings"), original: 'Configure Extension Settings' },
menu: {
id: MenuId.ExtensionContext,
group: '2_configure',
Expand Down

0 comments on commit 76bbe9f

Please sign in to comment.