提交 82baa073 编写于 作者: J Joao Moreno

english

上级 ab149aba
......@@ -388,7 +388,7 @@ export class UpdateContribution implements IGlobalActivity {
const handle = this.notificationService.notify({
severity: severity.Info,
message: nls.localize('updateAvailableAfterRestart', "{0} will be updated after it restarts.", product.nameLong),
message: nls.localize('updateAvailableAfterRestart', "Restart {0} to apply the latest update.", product.nameLong),
actions: { primary: [applyUpdateAction, NotNowAction, releaseNotesAction] }
});
once(handle.onDidDispose)(() => applyUpdateAction, releaseNotesAction);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册