commit 4f8b3fb92c080f25b4e80e59a377fae1e1b0c1fb Author: Georg Koppen gk@torproject.org Date: Sat Nov 19 18:50:26 2016 +0000
Bug 20318: Remove helpdesk link from about:tor --- src/chrome/content/aboutTor/aboutTor.xhtml | 3 --- src/chrome/locale/en/aboutTor.dtd | 3 --- 2 files changed, 6 deletions(-)
diff --git a/src/chrome/content/aboutTor/aboutTor.xhtml b/src/chrome/content/aboutTor/aboutTor.xhtml index b6860d8..2fffb2a 100644 --- a/src/chrome/content/aboutTor/aboutTor.xhtml +++ b/src/chrome/content/aboutTor/aboutTor.xhtml @@ -206,9 +206,6 @@ window.addEventListener("pageshow", function() { <h1>&aboutTor.failure.label;</h1> <br/> <h2>&aboutTor.failure2.label;</h2> - <br/> - <h3>&aboutTor.failure3prefix.label;<a href="mailto:&aboutTor.failure3Link;" ->&aboutTor.failure3Link;</a>&aboutTor.failure3suffix.label;</h3> </div> </div> <div class="top"> diff --git a/src/chrome/locale/en/aboutTor.dtd b/src/chrome/locale/en/aboutTor.dtd index d44f164..12313c4 100644 --- a/src/chrome/locale/en/aboutTor.dtd +++ b/src/chrome/locale/en/aboutTor.dtd @@ -17,9 +17,6 @@ <!ENTITY aboutTor.success3.label "You are now free to browse the Internet anonymously."> <!ENTITY aboutTor.failure.label "Something Went Wrong!"> <!ENTITY aboutTor.failure2.label "Tor is not working in this browser."> -<!ENTITY aboutTor.failure3prefix.label "For assistance, please contact "> -<!ENTITY aboutTor.failure3Link "help@rt.torproject.org"> -<!ENTITY aboutTor.failure3suffix.label ".">
<!ENTITY aboutTor.search.label "Search">