This commit is contained in:
Joao Moreno 2018-03-01 16:31:08 +01:00
parent b51d61e362
commit 4b435e3533

View file

@ -350,7 +350,7 @@ export class UpdateAction extends Action {
console.error(err);
this.notificationService.notify({
severity: Severity.Error,
message: localize('failedToInstall', "Failed to install \'{0}\'.", extension.id),
message: localize('failedToUpdate', "Failed to update \'{0}\'.", extension.id),
actions: {
primary: [
this.instantiationService.createInstance(DownloadExtensionAction, extension)
@ -862,7 +862,7 @@ export class UpdateAllAction extends Action {
console.error(err);
this.notificationService.notify({
severity: Severity.Error,
message: localize('failedToInstall', "Failed to install \'{0}\'.", extension.id),
message: localize('failedToUpdate', "Failed to update \'{0}\'.", extension.id),
actions: {
primary: [
this.instantiationService.createInstance(DownloadExtensionAction, extension)