Skip to content

Commit d11d7bf

Browse files
author
Benjamin Pasero
committed
web - tweak wording of quality change dialog
1 parent c46ac42 commit d11d7bf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • src/vs/workbench/contrib/update/browser

src/vs/workbench/contrib/update/browser/update.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,9 @@ export class SwitchProductQualityContribution extends Disposable implements IWor
506506
const res = await dialogService.confirm({
507507
type: 'info',
508508
message: nls.localize('relaunchMessage', "Changing the version requires a reload to take effect"),
509-
detail: newQuality === 'insider' ? nls.localize('relaunchDetailInsiders', "Press the reload button to switch to the insiders version.") : nls.localize('relaunchDetailStable', "Press the reload button to switch to the stable version."),
509+
detail: newQuality === 'insider' ?
510+
nls.localize('relaunchDetailInsiders', "Press the reload button to switch to the nightly pre-production version of VSCode.") :
511+
nls.localize('relaunchDetailStable', "Press the reload button to switch to the monthly released stable version of VSCode."),
510512
primaryButton: nls.localize('reload', "&&Reload")
511513
});
512514

0 commit comments

Comments
 (0)