Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bbeb4217 authored by Sumit Pundir's avatar Sumit Pundir
Browse files

fix 'About Chrome' regression

parent c847395c
Loading
Loading
Loading
Loading
Loading
+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
+1 −0
Original line number Diff line number Diff line
@@ -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