Skip to content

Commit 67cfd21

Browse files
committed
Feedback on "Ok to install". Fixes microsoft#92139
1 parent 5356ceb commit 67cfd21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/services/extensions/electron-browser/extensionService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ export class ExtensionService extends AbstractExtensionService implements IExten
614614
}
615615
} else {
616616
// Install the Extension and reload the window to handle.
617-
const message = nls.localize('installResolver', "Extension '{0}' is required to open the remote window.\nOK to install?", recommendation.friendlyName);
617+
const message = nls.localize('installResolver', "Extension '{0}' is required to open the remote window.\nDo you want to install the extension?", recommendation.friendlyName);
618618
this._notificationService.prompt(Severity.Info, message,
619619
[{
620620
label: nls.localize('install', 'Install and Reload'),

0 commit comments

Comments
 (0)