From 626ee6f5b0e3aa8903091debd55c257d89a7b62c Mon Sep 17 00:00:00 2001 From: Arthur Edelstein Date: Fri, 18 Nov 2016 12:42:22 -0800 Subject: [PATCH] Bug 20707: Avoid localization failure in about:preferences This fixes problem with our 20244 patches in non-US-English locales. If those patches are uplifted, then Mozilla can localize the strings. In the meantime, this patch removes our localizable strings from privacy.xul altogether. Our torbutton code overlays localized strings anyway. (This patch should not be uplifted.) --- browser/components/preferences/in-content/privacy.xul | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/components/preferences/in-content/privacy.xul b/browser/components/preferences/in-content/privacy.xul index b0fd63da2cc51..f0fa8c1c347b6 100644 --- a/browser/components/preferences/in-content/privacy.xul +++ b/browser/components/preferences/in-content/privacy.xul @@ -156,8 +156,8 @@ + accesskey="F" + label="Change details that distinguish you from other Tor Browser users" /> -- GitLab