From bbeb42176aa6104d6bbf05d9aab9cdd2c1ee2e04 Mon Sep 17 00:00:00 2001 From: Sumit Pundir Date: Fri, 23 Aug 2019 01:38:33 +0530 Subject: [PATCH] fix 'About Chrome' regression fixes https://gitlab.e.foundation/e/apps/browser/issues/8 --- .../patches/Fix-About-Chrome-regression.patch | 39 +++++++++++++++++++ build/patches_list.txt | 1 + 2 files changed, 40 insertions(+) create mode 100644 build/patches/Fix-About-Chrome-regression.patch diff --git a/build/patches/Fix-About-Chrome-regression.patch b/build/patches/Fix-About-Chrome-regression.patch new file mode 100644 index 00000000..0914db0e --- /dev/null +++ b/build/patches/Fix-About-Chrome-regression.patch @@ -0,0 +1,39 @@ +From 8a6551f220129f5b8cdb3f72be269d279d2b001b Mon Sep 17 00:00:00 2001 +From: Sumit Pundir +Date: Fri, 23 Aug 2019 01:26:27 +0530 +Subject: [PATCH] Fix 'About Chrome' regression + +--- + chrome/android/java/strings/android_chrome_strings.grd | 2 +- + chrome/app/settings_google_chrome_strings.grdp | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd +index e834b70b6d57..47537772354f 100644 +--- a/chrome/android/java/strings/android_chrome_strings.grd ++++ b/chrome/android/java/strings/android_chrome_strings.grd +@@ -1505,7 +1505,7 @@ Your Google account may have other forms of browsing history like searches and a + + + +- About Chrome ++ About Browser + + + Application version +diff --git a/chrome/app/settings_google_chrome_strings.grdp b/chrome/app/settings_google_chrome_strings.grdp +index f1a980ced377..bdc0e2686490 100644 +--- a/chrome/app/settings_google_chrome_strings.grdp ++++ b/chrome/app/settings_google_chrome_strings.grdp +@@ -4,7 +4,7 @@ + + + +- About Chrome ++ About Browser + + + Get help with Chrome +-- +2.17.1 + diff --git a/build/patches_list.txt b/build/patches_list.txt index 13561a5c..ad5b5bdd 100644 --- a/build/patches_list.txt +++ b/build/patches_list.txt @@ -138,3 +138,4 @@ Disable-media-router-and-remoting-by-default.patch Disable-network-service-by-default.patch Expose-flag-to-toggle-network-service.patch Do-not-record-UMA-for-network-errors.patch +Fix-About-Chrome-regression.patch -- GitLab