From 01788b8f3cbf56c7b03fcd181a38f3fb268d2cea Mon Sep 17 00:00:00 2001 From: Erica Wright Date: Mon, 26 Nov 2018 18:52:43 +0000 Subject: [PATCH] Bug 1509936 - Fix l10n ids in content blocking. r=flod This changes the strings' l10n ids for the strings that changed context but did not previously change their ids. Differential Revision: https://phabricator.services.mozilla.com/D12958 --HG-- extra : moz-landing-system : lando --- .../components/preferences/in-content/privacy.xul | 12 ++++++------ .../en-US/browser/preferences/preferences.ftl | 15 ++++++--------- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/browser/components/preferences/in-content/privacy.xul b/browser/components/preferences/in-content/privacy.xul index 8b2539857269..bb0e41529dee 100644 --- a/browser/components/preferences/in-content/privacy.xul +++ b/browser/components/preferences/in-content/privacy.xul @@ -132,12 +132,12 @@ - + @@ -163,10 +163,10 @@ onsyncfrompreference="return gPrivacyPane.readBlockCookiesFrom();" onsynctopreference="return gPrivacyPane.writeBlockCookiesFrom();"> - - - - + + + + diff --git a/browser/locales/en-US/browser/preferences/preferences.ftl b/browser/locales/en-US/browser/preferences/preferences.ftl index 162052b07447..c5fa39b9e825 100644 --- a/browser/locales/en-US/browser/preferences/preferences.ftl +++ b/browser/locales/en-US/browser/preferences/preferences.ftl @@ -770,13 +770,13 @@ sitedata-disallow-cookies-option = sitedata-block-desc = Type blocked .accesskey = T -sitedata-block-trackers-option = +sitedata-option-block-trackers = .label = Third-party trackers -sitedata-block-unvisited-option = +sitedata-option-block-unvisited = .label = Cookies from unvisited websites -sitedata-block-all-third-party-option = +sitedata-option-block-all-third-party = .label = All third-party cookies (may cause websites to break) -sitedata-block-all-option = +sitedata-option-block-all = .label = All cookies (will cause websites to break) sitedata-clear = @@ -842,16 +842,13 @@ content-blocking-warning-title = Heads up! content-blocking-warning-desc = Blocking cookies and trackers can cause some websites to break. It’s easy to disable blocking for sites you trust. content-blocking-learn-how = Learn how -content-blocking-tracking-protection-trackers-label = +content-blocking-trackers-label = .label = Trackers .accesskey = T -content-blocking-tracking-protection-all-detected-trackers-label = - .label = All Detected Trackers - .accesskey = T content-blocking-tracking-protection-option-all-windows = .label = In all windows .accesskey = A -content-blocking-tracking-protection-option-private = +content-blocking-option-private = .label = Only in Private Windows .accesskey = p content-blocking-tracking-protection-change-block-list = Change block list