Update GeoTZ strings.

Change button title to "Use location to set time zone" and
summary text to "Automatic time zone is off" when
"Set time zone automatically" is off.

Bug: 152746236
Test: checked UI manually
Merged-In: Iab177297e9047ff3b6e9452876061cdaa0740ef1
Change-Id: Iab177297e9047ff3b6e9452876061cdaa0740ef1
This commit is contained in:
Almaz Mingaleev
2021-03-03 12:16:58 +00:00
parent e034f35cf1
commit fa79ee6727

View File

@@ -4037,7 +4037,7 @@
<string name="managed_profile_location_services">Location services for work</string> <string name="managed_profile_location_services">Location services for work</string>
<!-- [CHAR LIMIT=60] Location settings screen, screen title --> <!-- [CHAR LIMIT=60] Location settings screen, screen title -->
<string name="location_time_zone_detection_screen_title">Location time zone detection</string> <string name="location_time_zone_detection_screen_title">Use location to set time zone</string>
<!-- [CHAR LIMIT=50] Location settings screen, title for the setting that control whether the <!-- [CHAR LIMIT=50] Location settings screen, title for the setting that control whether the
device can use its location for time zone detection. --> device can use its location for time zone detection. -->
<string name="location_time_zone_detection_enabled_title">Location time zone detection</string> <string name="location_time_zone_detection_enabled_title">Location time zone detection</string>
@@ -4051,7 +4051,7 @@
<!-- [CHAR LIMIT=NONE] Location settings screen, summary when location time zone detection is not <!-- [CHAR LIMIT=NONE] Location settings screen, summary when location time zone detection is not
applicable due to other settings like the "automatic time zone detection enabled" setting applicable due to other settings like the "automatic time zone detection enabled" setting
being set to "off". --> being set to "off". -->
<string name="location_time_zone_detection_auto_is_off">Automatic time zone detection is disabled</string> <string name="location_time_zone_detection_auto_is_off">Automatic time zone is off</string>
<!-- [CHAR LIMIT=NONE] Location settings screen, summary when location time zone detection is not <!-- [CHAR LIMIT=NONE] Location settings screen, summary when location time zone detection is not
applicable for the user for unspecified reasons. More specific messages are used when there applicable for the user for unspecified reasons. More specific messages are used when there
is a clear reason. --> is a clear reason. -->