diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-26 09:54:20 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-26 09:54:20 +0200 |
commit | d6213d3f057e902316ff67b9774e349573bde90f (patch) | |
tree | 2c6eb586b2b24b2066789671af0c22edcc1f5a87 /application/palemoon/locales/en-US/chrome | |
parent | 4678680983c53e28371ab2a5d0524ab63cbed4b0 (diff) | |
download | UXP-d6213d3f057e902316ff67b9774e349573bde90f.tar UXP-d6213d3f057e902316ff67b9774e349573bde90f.tar.gz UXP-d6213d3f057e902316ff67b9774e349573bde90f.tar.lz UXP-d6213d3f057e902316ff67b9774e349573bde90f.tar.xz UXP-d6213d3f057e902316ff67b9774e349573bde90f.zip |
Bug 1192458, Part 1 - Consolidate push and desktop notification permissions
Diffstat (limited to 'application/palemoon/locales/en-US/chrome')
-rw-r--r-- | application/palemoon/locales/en-US/chrome/browser/browser.properties | 9 | ||||
-rw-r--r-- | application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.dtd | 2 |
2 files changed, 0 insertions, 11 deletions
diff --git a/application/palemoon/locales/en-US/chrome/browser/browser.properties b/application/palemoon/locales/en-US/chrome/browser/browser.properties index aff5b6f7d..bf363d103 100644 --- a/application/palemoon/locales/en-US/chrome/browser/browser.properties +++ b/application/palemoon/locales/en-US/chrome/browser/browser.properties @@ -305,15 +305,6 @@ webNotifications.neverShow=Always Block Notifications webNotifications.neverShow.accesskey=N webNotifications.showFromSite=Would you like to show notifications from %S? -# Push Notifications -push.allowForSession=Allow for Session -push.allowForSession.accesskey=S -push.alwaysAllow=Always Allow Push Notifications -push.alwaysAllow.accesskey=A -push.alwaysBlock=Always Block Push Notifications -push.alwaysBlock.accesskey=B -push.enablePush=Would you like to allow Push Notifications for %S? - # Pointer lock UI pointerLock.allow2=Hide pointer diff --git a/application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.dtd b/application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.dtd index c6c48de7e..9e36520c8 100644 --- a/application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.dtd +++ b/application/palemoon/locales/en-US/chrome/browser/preferences/aboutPermissions.dtd @@ -55,6 +55,4 @@ <!ENTITY pointerLock.label "Hide the Mouse Pointer"> -<!ENTITY push.label "Receive Push Notifications"> - <!ENTITY focusSearch.key "f"> |