--- Patch for the issue: https://trisquel.info/en/issues/9881 The link of the privacy policy in the About dialog box pointed to a webpage with a list of links of possible translations of the privacy policy. But there is only the English transation so the new link points directly to this translation. In the discussion that you can see in the link above the user was not satisfied for the previous webpage. Maybe this webpage is right for him and others.
helpers/make-firefox | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/helpers/make-firefox b/helpers/make-firefox index 453c748..b47c7ef 100644 --- a/helpers/make-firefox +++ b/helpers/make-firefox @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=7 +VERSION=8 . ./config @@ -249,6 +249,12 @@ replace www.mozilla.com/legal/privacy trisquel.info/legal sed -i 's/<a\ href\=\"http\:\/\/www.mozilla.org\/\">Mozilla\ Project<\/a>/<a\ href\=\"http\:\/\/www.trisquel.info\/\"\>Trisquel\ Project<\/a>/g' browser/base/content/overrides/app-license.html +# This is the patch for the issue https://trisquel.info/en/issues/9881. +# The link pointed to a page with links to translation pages of the privacy +# policy. There's only one translation (English) so the new link is a direct +# link to this translation. +sed "s%www.mozilla.org/legal/privacy/%www.mozilla.org/en-US/legal/privacy/firefox.html%" -i browser/base/content/aboutDialog.xul + # We went too far... replace "Trisquel Public" "Mozilla Public" . replace "Trisquel Foundation" "Mozilla Foundation" . -- 1.7.9.5 _______________________________________________ Trisquel-devel mailing list [email protected] http://listas.trisquel.info/mailman/listinfo/trisquel-devel
