diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2017-08-12 00:48:59 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-21 23:31:24 +0100 |
commit | 8896ca5c0a7b8bc6a086bf60d67b14fca5488dc8 (patch) | |
tree | fc8778c3670d191986d6c573359b0773a22ee92b /browser/base | |
parent | 49e8a36e170da3066d7c0216fca272ecac988102 (diff) | |
download | UXP-8896ca5c0a7b8bc6a086bf60d67b14fca5488dc8.tar UXP-8896ca5c0a7b8bc6a086bf60d67b14fca5488dc8.tar.gz UXP-8896ca5c0a7b8bc6a086bf60d67b14fca5488dc8.tar.lz UXP-8896ca5c0a7b8bc6a086bf60d67b14fca5488dc8.tar.xz UXP-8896ca5c0a7b8bc6a086bf60d67b14fca5488dc8.zip |
Update various texts and references.
Diffstat (limited to 'browser/base')
-rw-r--r-- | browser/base/content/aboutDialog.xul | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/browser/base/content/aboutDialog.xul b/browser/base/content/aboutDialog.xul index 7988c0e34..b77896b95 100644 --- a/browser/base/content/aboutDialog.xul +++ b/browser/base/content/aboutDialog.xul @@ -47,7 +47,7 @@ <hbox align="baseline"> #expand <label id="version"></label> #ifndef NIGHTLY_BUILD - <label id="releasenotes" class="text-link">&releaseNotes.link;</label> +#expand <label id="releasenotes" class="text-link" href="https://www.basilisk-browser.org/releasenotes.shtml">&releaseNotes.link;</label> #endif </hbox> @@ -120,19 +120,13 @@ <vbox id="experimental" hidden="true"> <description class="text-blurb" id="warningDesc"> &warningDesc.version; -#ifdef MOZ_TELEMETRY_ON_BY_DEFAULT - &warningDesc.telemetryDesc; -#endif - </description> - <description class="text-blurb" id="communityExperimentalDesc"> - &community.exp.start;<label class="text-link" href="http://www.mozilla.org/">&community.exp.mozillaLink;</label>&community.exp.middle;<label class="text-link" useoriginprincipal="true" href="about:credits">&community.exp.creditsLink;</label>&community.exp.end; </description> </vbox> <description class="text-blurb" id="communityDesc"> - &community.start2;<label class="text-link" href="http://www.mozilla.org/">&community.mozillaLink;</label>&community.middle2;<label class="text-link" useoriginprincipal="true" href="about:credits">&community.creditsLink;</label>&community.end3; + Basilisk is community software released by <label class="text-link" href="http://www.palemoon.org/">the Pale Moon team</label> and Mozilla developers. Learn <label class="text-link" useoriginprincipal="true" href="about:credits">who contributed</label> to this software. </description> <description class="text-blurb" id="contributeDesc"> - &helpus.start;<label class="text-link" href="https://sendto.mozilla.org/page/contribute/Give-Now?source=mozillaorg_default_footer&ref=firefox_about&utm_campaign=firefox_about&tm_source=firefox&tm_medium=referral&utm_content=20140929_FireFoxAbout">&helpus.donateLink;</label>&helpus.middle;<label class="text-link" href="http://www.mozilla.org/contribute/">&helpus.getInvolvedLink;</label>&helpus.end; + Want to help? Please consider <label class="text-link" href="https://www.palemoon.org/donations.shtml">donating</label> or get involved with our <label class="text-link" href="https://github.com/MoonchildProductions/moebius">development</label> of the Unified XUL Platform. </description> </vbox> </vbox> @@ -141,7 +135,7 @@ <hbox pack="center"> <label class="text-link bottom-link" useoriginprincipal="true" href="about:license">&bottomLinks.license;</label> <label class="text-link bottom-link" useoriginprincipal="true" href="about:rights">&bottomLinks.rights;</label> - <label class="text-link bottom-link" href="https://www.mozilla.org/privacy/">&bottomLinks.privacy;</label> + <label class="text-link bottom-link" href="https://www.palemoon.org/privacy.shtml">&bottomLinks.privacy;</label> </hbox> <description id="trademark">&trademarkInfo.part1;</description> </vbox> |