diff options
-rw-r--r-- | components/privatebrowsing/content/aboutPrivateBrowsing.js | 2 | ||||
-rw-r--r-- | locales/en-US/chrome/browser/aboutPrivateBrowsing.dtd | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/components/privatebrowsing/content/aboutPrivateBrowsing.js b/components/privatebrowsing/content/aboutPrivateBrowsing.js index 7fafcc5..055bf68 100644 --- a/components/privatebrowsing/content/aboutPrivateBrowsing.js +++ b/components/privatebrowsing/content/aboutPrivateBrowsing.js @@ -66,8 +66,6 @@ document.addEventListener("DOMContentLoaded", function () { let formatURLPref = Cc["@mozilla.org/toolkit/URLFormatterService;1"] .getService(Ci.nsIURLFormatter).formatURLPref; - document.getElementById("learnMore").setAttribute("href", - formatURLPref("app.support.baseURL") + "private-browsing"); // Update state that depends on preferences. prefObserver.observe(); diff --git a/locales/en-US/chrome/browser/aboutPrivateBrowsing.dtd b/locales/en-US/chrome/browser/aboutPrivateBrowsing.dtd index 54dfa18..5c89478 100644 --- a/locales/en-US/chrome/browser/aboutPrivateBrowsing.dtd +++ b/locales/en-US/chrome/browser/aboutPrivateBrowsing.dtd @@ -8,14 +8,14 @@ <!ENTITY privateBrowsing.title "Private Browsing"> <!ENTITY privateBrowsing.title.tracking "Private Browsing with Tracking Protection"> -<!ENTITY aboutPrivateBrowsing.info.notsaved.before "When you browse in a Private Window, Firefox "> +<!ENTITY aboutPrivateBrowsing.info.notsaved.before "When you browse in a Private Window, Iceweasel-UXP "> <!ENTITY aboutPrivateBrowsing.info.notsaved.emphasize "does not save"> <!ENTITY aboutPrivateBrowsing.info.notsaved.after ":"> <!ENTITY aboutPrivateBrowsing.info.visited "visited pages"> <!ENTITY aboutPrivateBrowsing.info.searches "searches"> <!ENTITY aboutPrivateBrowsing.info.cookies "cookies"> <!ENTITY aboutPrivateBrowsing.info.temporaryFiles "temporary files"> -<!ENTITY aboutPrivateBrowsing.info.saved.before "Firefox "> +<!ENTITY aboutPrivateBrowsing.info.saved.before "Iceweasel-UXP "> <!ENTITY aboutPrivateBrowsing.info.saved.emphasize "will save"> <!ENTITY aboutPrivateBrowsing.info.saved.after2 " your:"> <!ENTITY aboutPrivateBrowsing.info.downloads "downloads"> @@ -25,4 +25,4 @@ <!ENTITY aboutPrivateBrowsing.note.after " on the Internet. Your employer or Internet service provider can still know what page you visit."> <!ENTITY trackingProtection.title "Tracking Protection"> -<!ENTITY trackingProtection.description2 "Some websites use trackers that can monitor your activity across the Internet. With Tracking Protection Firefox will block many trackers that can collect information about your browsing behavior."> +<!ENTITY trackingProtection.description2 "Some websites use trackers that can monitor your activity across the Internet. With Tracking Protection Iceweasel-UXP will block many trackers that can collect information about your browsing behavior."> |