diff options
author | Mark H Weaver <mhw@netris.org> | 2025-09-15 13:06:51 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2025-09-15 13:06:51 -0400 |
commit | 4330e142e3e19a8f0c31edba964afc9f955446c4 (patch) | |
tree | 6a61212e83a5fcccfe14c7d06fe324c57cf143fc /data/patches | |
parent | 30abc08d7f6688da0d74a2748a5ec7d11d706a21 (diff) | |
download | gnuzilla-4330e142e3e19a8f0c31edba964afc9f955446c4.tar.gz |
Remove the "Terms of Use" link from the "About" dialog.
* data/patches/icecat-about-dialog.patch: Update patch to remove
the link.
Diffstat (limited to 'data/patches')
-rw-r--r-- | data/patches/icecat-about-dialog.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/patches/icecat-about-dialog.patch b/data/patches/icecat-about-dialog.patch index 0a52345..a2132f0 100644 --- a/data/patches/icecat-about-dialog.patch +++ b/data/patches/icecat-about-dialog.patch @@ -9,10 +9,11 @@ <label is="text-link" href="https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog" data-l10n-name="community-mozillaLink"/> <label is="text-link" useoriginprincipal="true" href="about:credits" data-l10n-name="community-creditsLink"/> </description> -@@ -139,7 +139,6 @@ +@@ -138,8 +138,6 @@ + <vbox id="bottomBox"> <hbox pack="center"> <label is="text-link" class="bottom-link" useoriginprincipal="true" href="about:license" data-l10n-id="bottomLinks-license"/> - <label is="text-link" class="bottom-link" href="https://www.mozilla.org/about/legal/terms/firefox/" data-l10n-id="bottom-links-terms"/> +- <label is="text-link" class="bottom-link" href="https://www.mozilla.org/about/legal/terms/firefox/" data-l10n-id="bottom-links-terms"/> - <label is="text-link" class="bottom-link" href="https://www.mozilla.org/privacy/firefox/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog" data-l10n-id="bottom-links-privacy"/> </hbox> <description id="trademark" data-l10n-id="trademarkInfo"></description> |