Loading build/patches/Fix-About-Chrome-regression.patch 0 → 100644 +39 −0 Original line number Diff line number Diff line From 8a6551f220129f5b8cdb3f72be269d279d2b001b Mon Sep 17 00:00:00 2001 From: Sumit Pundir <pundirsumit11@gmail.com> 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 preferences --> <message name="IDS_PREFS_ABOUT_CHROME" desc="Title for the About Chrome page. [CHAR-LIMIT=32]"> - About Chrome + About Browser </message> <message name="IDS_APPLICATION_VERSION_TITLE" desc="Title for application version"> 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 Page --> <if expr="not chromeos"> <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Chrome page."> - About Chrome + About Browser </message> <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page."> Get help with Chrome -- 2.17.1 build/patches_list.txt +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
build/patches/Fix-About-Chrome-regression.patch 0 → 100644 +39 −0 Original line number Diff line number Diff line From 8a6551f220129f5b8cdb3f72be269d279d2b001b Mon Sep 17 00:00:00 2001 From: Sumit Pundir <pundirsumit11@gmail.com> 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 preferences --> <message name="IDS_PREFS_ABOUT_CHROME" desc="Title for the About Chrome page. [CHAR-LIMIT=32]"> - About Chrome + About Browser </message> <message name="IDS_APPLICATION_VERSION_TITLE" desc="Title for application version"> 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 Page --> <if expr="not chromeos"> <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Chrome page."> - About Chrome + About Browser </message> <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page."> Get help with Chrome -- 2.17.1
build/patches_list.txt +1 −0 Original line number Diff line number Diff line Loading @@ -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