Bug 661057 - Clarify text on button that restarts/updates. r=rs ui-r=limi

This commit is contained in:
Margaret Leibovic 2011-06-01 16:29:12 -07:00
parent 0757671832
commit d6ee61ad7a
2 changed files with 4 additions and 4 deletions

View File

@ -153,7 +153,7 @@ function appUpdater()
if (this.isPending) {
this.setupUpdateButton("update.restart." +
(this.isMajor ? "upgradeButton" : "applyButton"));
(this.isMajor ? "upgradeButton" : "updateButton"));
return;
}
@ -542,7 +542,7 @@ appUpdater.prototype =
this.removeDownloadListener();
this.selectPanel("updateButtonBox");
this.setupUpdateButton("update.restart." +
(this.isMajor ? "upgradeButton" : "applyButton"));
(this.isMajor ? "upgradeButton" : "updateButton"));
break;
default:
this.removeDownloadListener();

View File

@ -150,8 +150,8 @@ update.resumeButton.label=Resume Downloading %S…
update.resumeButton.accesskey=D
update.openUpdateUI.applyButton.label=Apply Update…
update.openUpdateUI.applyButton.accesskey=A
update.restart.applyButton.label=Apply Update
update.restart.applyButton.accesskey=A
update.restart.updateButton.label=Restart to Update
update.restart.updateButton.accesskey=R
update.openUpdateUI.upgradeButton.label=Upgrade Now…
update.openUpdateUI.upgradeButton.accesskey=U
update.restart.upgradeButton.label=Upgrade Now