Skip to content

Commit

Permalink
Merge pull request #32814 from tagniam/fix-update-alert-grammar
Browse files Browse the repository at this point in the history
Fix grammar for update alert
  • Loading branch information
joaomoreno authored Aug 21, 2017
2 parents 3c5fffd + 89252c6 commit 485c18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/parts/update/electron-browser/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export class Win3264BitContribution implements IWorkbenchContribution {
: Win3264BitContribution.URL;

messageService.show(Severity.Info, {
message: nls.localize('64bitisavailable', "{0} for Windows 64 bits is now available!", product.nameShort),
message: nls.localize('64bitisavailable', "{0} for 64-bit Windows is now available!", product.nameShort),
actions: [
LinkAction('update.show64bitreleasenotes', nls.localize('learn more', "Learn More"), url),
CloseAction,
Expand Down

0 comments on commit 485c18d

Please sign in to comment.