File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -210,11 +210,16 @@ export class BrowserWindow extends Disposable {
210
210
[
211
211
localize ( 'openExternalDialogButtonRetry' , "Try again" ) ,
212
212
localize ( 'openExternalDialogButtonInstall' , "Install {0}" , this . productService . nameLong ) ,
213
- localize ( 'openExternalDialogButtonContinue ' , "Continue here " )
213
+ localize ( 'openExternalDialogButtonCancel ' , "Cancel " )
214
214
] ,
215
215
{
216
216
cancelId : 2 ,
217
- detail : localize ( 'openExternalDialogDetail' , "We tried opening {0} on your computer." , this . productService . nameLong )
217
+ detail : localize (
218
+ 'openExternalDialogDetail.v2' ,
219
+ "We launched {0} on your computer.\n\nIf {1} did not launch, try again or install it below." ,
220
+ this . productService . nameLong ,
221
+ this . productService . nameLong ,
222
+ )
218
223
} ,
219
224
) ;
220
225
You can’t perform that action at this time.
0 commit comments