mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Rename Options to Preferences and unify location.
This also removes OS-specific naming/handling for separate locations. Fixes #270.
This commit is contained in:
parent
0c6ab64d91
commit
10c9be356b
14 changed files with 12 additions and 52 deletions
|
|
@ -473,9 +473,7 @@ var gPopupBlockerObserver = {
|
|||
var brandShortName = brandBundle.getString("brandShortName");
|
||||
var popupCount = gBrowser.selectedBrowser.blockedPopups.length;
|
||||
|
||||
var stringKey = AppConstants.platform == "win"
|
||||
? "popupWarningButton"
|
||||
: "popupWarningButtonUnix";
|
||||
var stringKey = "popupWarningButton";
|
||||
|
||||
var popupButtonText = gNavigatorBundle.getString(stringKey);
|
||||
var popupButtonAccesskey = gNavigatorBundle.getString(stringKey + ".accesskey");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue