From 34999c1d49b9058e32957739e802ce7d137f1034 Mon Sep 17 00:00:00 2001 From: Sam Macbeth Date: Thu, 10 Sep 2020 20:26:46 +0200 Subject: [PATCH] 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 --- patches/.index | 1 + .../0006-Update-text-in-about-dialog.patch | 56 +++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 patches/0006-Update-text-in-about-dialog.patch diff --git a/patches/.index b/patches/.index index f1f14f733e..cc629d8015 100644 --- a/patches/.index +++ b/patches/.index @@ -3,3 +3,4 @@ 0003-Include-ghostery-extension-in-browser-bundle.patch 0004-Set-update-URL.patch 0005-Change-new-tab-page-and-home-page-url.patch +0006-Update-text-in-about-dialog.patch diff --git a/patches/0006-Update-text-in-about-dialog.patch b/patches/0006-Update-text-in-about-dialog.patch new file mode 100644 index 0000000000..2a7ca954cf --- /dev/null +++ b/patches/0006-Update-text-in-about-dialog.patch @@ -0,0 +1,56 @@ +From: Sam Macbeth +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 @@ + + + +- ++ + + + + +- ++ + + + +@@ -147,7 +147,7 @@ + + + +- ++ + + + +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 = is a working together to keep the Web open, public and accessible to all. + +-community-2 = { -brand-short-name } is designed by , a working together to keep the Web open, public and accessible to all. ++community-2 = { -brand-short-name } is designed by , based on code from Mozilla Firefox. + +-helpus = Want to help? or ++helpus = Want to help? Check out our code on + + bottomLinks-license = Licensing Information + bottomLinks-rights = End-User Rights +-- +2.28.0 +