diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-06-18 20:27:49 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-06-18 20:27:49 -0400 |
commit | b181eba5b88f9911ab3f5d310fac4dfd8728cafe (patch) | |
tree | 956ecc35303cf38e49752349bfb9990ddeac7cd8 | |
parent | bc0a29e0c22256652674a4619f005e2fce9bd0bd (diff) | |
download | iceweasel-uxp-b181eba5b88f9911ab3f5d310fac4dfd8728cafe.tar.gz |
minor issues in about dialog
-rw-r--r-- | base/content/aboutDialog.xul | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/content/aboutDialog.xul b/base/content/aboutDialog.xul index 9c97121..d72908a 100644 --- a/base/content/aboutDialog.xul +++ b/base/content/aboutDialog.xul @@ -124,14 +124,14 @@ </vbox> #ifdef MC_PRIVATE_BUILD <description class="text-blurb" id="communityDesc"> - This is a private build of Iceweasel. If you did not manually build this copy from source yourself, then please download an official version from the <label class="text-link" href="https://www.hyperbola.info">Hyperbola Project</label>. + This is a private build of Iceweasel-UXP. If you did not manually build this copy from source yourself, then please download an official version from the <label class="text-link" href="https://www.hyperbola.info">Hyperbola Project</label>. </description> #else <description class="text-blurb" id="communityDesc"> - Iceweasel is community software released by <label class="text-link" href="https://www.hyperbola.info">the Hyperbola Project</label>, <label class="text-link" href="https://github.com/MoonchildProductions/UXP">Unified XUL Platform developers</label>, and Mozilla developers. Learn <label class="text-link" useoriginprincipal="true" href="about:credits">who contributed</label> to this software. + Iceweasel-UXP is community software released by <label class="text-link" href="https://www.hyperbola.info">Hyperbola Project</label>, <label class="text-link" href="https://github.com/MoonchildProductions/UXP">Unified XUL Platform developers</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"> - Want to help? Please consider <label class="text-link" href="https://www.palemoon.org/donations.shtml">donating to Unified XUL Platform development</label> and/or the <label class="text-link" href="https://www.hyperbola.info/donate">Hyperbola Project</label> for Iceweasel rebranding. + Want to help? Please consider <label class="text-link" href="https://www.palemoon.org/donations.shtml">donating to Unified XUL Platform development</label> and/or the <label class="text-link" href="https://www.hyperbola.info/donate">Hyperbola Project</label> for Iceweasel-UXP application. </description> #endif </vbox> |