From a865bcdedd6f5b49a2b499bc3844ef7048013d3a Mon Sep 17 00:00:00 2001 From: Carl <32685696+csagan5@users.noreply.github.com> Date: Thu, 3 Sep 2020 20:56:51 +0200 Subject: [PATCH] English text improvements --- build/patches/Timezone-Override.patch | 36 +++++++++++++-------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/build/patches/Timezone-Override.patch b/build/patches/Timezone-Override.patch index 8d76125a..446bca50 100644 --- a/build/patches/Timezone-Override.patch +++ b/build/patches/Timezone-Override.patch @@ -963,34 +963,34 @@ diff --git a/components/browser_ui/strings/android/site_settings.grdp b/componen + -+ -+ bla bla bla ++ ++ Override timezone with a custom or random one + -+ -+ Use System Timezone ++ ++ System + -+ -+ Random Value ++ ++ Random + -+ -+ Allow sites to use System Timezone ++ ++ Allow sites to access the system timezone + + -+ Use custom timezone ++ Custom timezone + + -+ Default UTC ++ Specify a custom timezone (default UTC) + -+ -+ Use random timezone for each page ++ ++ Use a random timezone for each tab + -+ -+ SELECT TIMEZONE FROM LIST ++ ++ Choose timezone + -+ -+ Select Timezone ++ ++ Choose Timezone + -+ ++ + Select + + @@ -1071,7 +1071,7 @@ diff --git a/components/content_settings/core/browser/content_settings_registry. + WebsiteSettingsInfo::SYNCABLE, + WhitelistedSchemes(kChromeUIScheme, kChromeDevToolsScheme), + ValidSettings(CONTENT_SETTING_ALLOW, // use system time -+ CONTENT_SETTING_ASK, // utc ++ CONTENT_SETTING_ASK, // custom timezone, default UTC + CONTENT_SETTING_BLOCK), // random + WebsiteSettingsInfo::SINGLE_ORIGIN_WITH_EMBEDDED_EXCEPTIONS_SCOPE, + WebsiteSettingsRegistry::PLATFORM_ANDROID,