Bug 448029 - "Check for Updates" label and its variations need separate accesskeys. r=gavin
This commit is contained in:
@@ -521,6 +521,7 @@ function buildHelpMenu()
|
||||
}
|
||||
}
|
||||
checkForUpdates.label = getStringWithUpdateName("updatesItem_" + key);
|
||||
checkForUpdates.accessKey = strings.getString("updatesItem_" + key + ".accesskey");
|
||||
if (um.activeUpdate && updates.isDownloading)
|
||||
checkForUpdates.setAttribute("loading", "true");
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user