mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 661057 - Clarify text on button that restarts/updates. r=rs ui-r=limi
This commit is contained in:
parent
0757671832
commit
d6ee61ad7a
@ -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();
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user