提交 a0a6761d 编写于 作者: R Rob Lourens

Capitalization

上级 fb191076
...@@ -1070,7 +1070,7 @@ export class CheckForUpdatesAction extends Action { ...@@ -1070,7 +1070,7 @@ export class CheckForUpdatesAction extends Action {
private checkUpdatesAndNotify(): void { private checkUpdatesAndNotify(): void {
const outdated = this.extensionsWorkbenchService.outdated; const outdated = this.extensionsWorkbenchService.outdated;
if (!outdated.length) { if (!outdated.length) {
this.notificationService.info(localize('noUpdatesAvailable', "All Extensions are up to date.")); this.notificationService.info(localize('noUpdatesAvailable', "All extensions are up to date."));
return; return;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册