mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 00:50:40 +00:00
Bug 1496244 - Change 'Tracking Protection' to 'Content Blocking' in Exceptions Dialog under Content Blocking r=flod,johannh
Differential Revision: https://phabricator.services.mozilla.com/D8430 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
076f7d04f7
commit
ac301cd115
@ -51,8 +51,8 @@
|
||||
permissions-remove-all.label,
|
||||
permissions-button-cancel.label,
|
||||
permissions-button-ok.label,
|
||||
permissions-exceptions-tracking-protection-window.title,
|
||||
permissions-exceptions-tracking-protection-desc,
|
||||
permissions-exceptions-content-blocking-window.title,
|
||||
permissions-exceptions-content-blocking-desc,
|
||||
"/>
|
||||
</hbox>
|
||||
</vbox>
|
||||
|
@ -7,8 +7,8 @@ ChromeUtils.import("resource://gre/modules/AppConstants.jsm");
|
||||
|
||||
const permissionExceptionsL10n = {
|
||||
"trackingprotection": {
|
||||
window: "permissions-exceptions-tracking-protection-window",
|
||||
description: "permissions-exceptions-tracking-protection-desc",
|
||||
window: "permissions-exceptions-content-blocking-window",
|
||||
description: "permissions-exceptions-content-blocking-desc",
|
||||
},
|
||||
"cookie": {
|
||||
window: "permissions-exceptions-cookie-window",
|
||||
|
@ -63,10 +63,10 @@ permissions-invalid-uri-label = Please enter a valid hostname
|
||||
|
||||
## Exceptions - Tracking Protection
|
||||
|
||||
permissions-exceptions-tracking-protection-window =
|
||||
.title = Exceptions - Tracking Protection
|
||||
permissions-exceptions-content-blocking-window =
|
||||
.title = Exceptions - Content Blocking
|
||||
.style = { permissions-window.style }
|
||||
permissions-exceptions-tracking-protection-desc = You have disabled Tracking Protection on these websites.
|
||||
permissions-exceptions-content-blocking-desc = You have disabled Content Blocking on these websites.
|
||||
|
||||
## Exceptions - Cookies
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user