提交 485c18dd 编写于 作者: J João Moreno 提交者: GitHub

Merge pull request #32814 from tagniam/fix-update-alert-grammar

Fix grammar for update alert
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册