Commit e7c262e0 authored by Arthur Edelstein's avatar Arthur Edelstein Committed by Georg Koppen
Browse files

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.)
parent 6a2e0889
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -137,8 +137,8 @@
    <hbox align="center">
      <checkbox id="thirdpartyIsolateCB"
                preference="privacy.thirdparty.isolate"
                accesskey="&thirdpartyIsolate.accesskey;"
                label="&thirdpartyIsolate.label;"
                accesskey="R"
                label="Restrict third party cookies and other tracking data"
                onsyncfrompreference="return gPrivacyPane.readThirdPartyIsolate();"
                onsynctopreference="return gPrivacyPane.writeThirdPartyIsolate();"/>
    </hbox>
@@ -147,8 +147,8 @@
    <hbox align="center">
      <checkbox id="resistFingerprintingCB"
                preference="privacy.resistFingerprinting"
                accesskey="&resistFingerprinting.accesskey;"
                label="&resistFingerprinting.label;" />
                accesskey="F"
                label="Change details that distinguish you from other Tor Browser users" />
    </hbox>
  </vbox>
</groupbox>