提交 03073ed4 编写于 作者: J Joao Moreno

fixes #70058

上级 b79b471f
......@@ -571,7 +571,7 @@ export class UpdateContribution implements IGlobalActivity {
return new Action('update.updating', nls.localize('installingUpdate', "Installing Update..."), undefined, false);
case StateType.Ready:
return new Action('update.restart', nls.localize('restartToUpdate', "Restart to Update..."), undefined, true, () =>
return new Action('update.restart', nls.localize('restartToUpdate', "Restart to Update"), undefined, true, () =>
this.updateService.quitAndInstall());
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册