-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update text and links in about dialog (#116)
* Update text and links in about dialog * Rename 0005-Update-text-in-about-dialog.patch to 0006-Update-text-in-about-dialog.patch Co-authored-by: Krzysztof Jan Modras <[email protected]>
- Loading branch information
1 parent
e57795f
commit 34999c1
Showing
2 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
From: Sam Macbeth <[email protected]> | ||
Date: Thu, 10 Sep 2020 17:52:19 +0200 | ||
Subject: Update text in about dialog | ||
|
||
--- | ||
browser/base/content/aboutDialog.xhtml | 6 +++--- | ||
browser/locales/en-US/browser/aboutDialog.ftl | 4 ++-- | ||
2 files changed, 5 insertions(+), 5 deletions(-) | ||
|
||
diff --git a/browser/base/content/aboutDialog.xhtml b/browser/base/content/aboutDialog.xhtml | ||
index 69cbf846bb..e8d8bd6b5d 100644 | ||
--- a/browser/base/content/aboutDialog.xhtml | ||
+++ b/browser/base/content/aboutDialog.xhtml | ||
@@ -133,12 +133,12 @@ | ||
</description> | ||
</vbox> | ||
<description class="text-blurb" id="communityDesc" data-l10n-id="community-2"> | ||
- <label is="text-link" href="http://www.mozilla.org/" data-l10n-name="community-mozillaLink"></label> | ||
+ <label is="text-link" href="https://www.ghostery.com/" data-l10n-name="community-mozillaLink"></label> | ||
<label is="text-link" useoriginprincipal="true" href="about:credits" data-l10n-name="community-creditsLink"></label> | ||
</description> | ||
<description class="text-blurb" id="contributeDesc" data-l10n-id="helpus"> | ||
<label is="text-link" href="https://donate.mozilla.org/?utm_source=firefox&utm_medium=referral&utm_campaign=firefox_about&utm_content=firefox_about" data-l10n-name="helpus-donateLink"></label> | ||
- <label is="text-link" href="http://www.mozilla.org/contribute/" data-l10n-name="helpus-getInvolvedLink"></label> | ||
+ <label is="text-link" href="https://github.com/ghostery/user-agent-desktop" data-l10n-name="helpus-getInvolvedLink"></label> | ||
</description> | ||
</vbox> | ||
</vbox> | ||
@@ -147,7 +147,7 @@ | ||
<hbox pack="center"> | ||
<label is="text-link" class="bottom-link" useoriginprincipal="true" href="about:license" data-l10n-id="bottomLinks-license"></label> | ||
<label is="text-link" class="bottom-link" useoriginprincipal="true" href="about:rights" data-l10n-id="bottomLinks-rights"></label> | ||
- <label is="text-link" class="bottom-link" href="https://www.mozilla.org/privacy/" data-l10n-id="bottomLinks-privacy"></label> | ||
+ <label is="text-link" class="bottom-link" href="https://www.ghostery.com/about-ghostery/privacy-statements/" data-l10n-id="bottomLinks-privacy"></label> | ||
</hbox> | ||
<description id="trademark" data-l10n-id="trademarkInfo"></description> | ||
</vbox> | ||
diff --git a/browser/locales/en-US/browser/aboutDialog.ftl b/browser/locales/en-US/browser/aboutDialog.ftl | ||
index 157ab9470b..640aa92b37 100644 | ||
--- a/browser/locales/en-US/browser/aboutDialog.ftl | ||
+++ b/browser/locales/en-US/browser/aboutDialog.ftl | ||
@@ -39,9 +39,9 @@ warningDesc-version = { -brand-short-name } is experimental and may be unstable. | ||
|
||
community-exp = <label data-l10n-name="community-exp-mozillaLink">{ -vendor-short-name }</label> is a <label data-l10n-name="community-exp-creditsLink">global community</label> working together to keep the Web open, public and accessible to all. | ||
|
||
-community-2 = { -brand-short-name } is designed by <label data-l10n-name="community-mozillaLink">{ -vendor-short-name }</label>, a <label data-l10n-name="community-creditsLink">global community</label> working together to keep the Web open, public and accessible to all. | ||
+community-2 = { -brand-short-name } is designed by <label data-l10n-name="community-mozillaLink">{ -vendor-short-name }</label>, based on code from Mozilla Firefox. | ||
|
||
-helpus = Want to help? <label data-l10n-name="helpus-donateLink">Make a donation</label> or <label data-l10n-name="helpus-getInvolvedLink">get involved!</label> | ||
+helpus = Want to help? Check out our code on <label data-l10n-name="helpus-getInvolvedLink">Github!</label> | ||
|
||
bottomLinks-license = Licensing Information | ||
bottomLinks-rights = End-User Rights | ||
-- | ||
2.28.0 | ||
|