Shorten the strings in time zone picker menu

Bug: 77641819
Test: manual
Change-Id: Ie87e83cf0b04f5c4fb8cfb999b2842209dc13e3e
This commit is contained in:
Victor Chang
2018-04-11 17:52:01 +01:00
parent 6366a3cc5d
commit 39b13d0234

View File

@@ -786,10 +786,10 @@
<string name="zone_time_type_dst">Daylight savings time</string> <string name="zone_time_type_dst">Daylight savings time</string>
<!-- Describes the time type "standard time" (used in zone_change_to_from_dst, when no zone specific name is available) --> <!-- Describes the time type "standard time" (used in zone_change_to_from_dst, when no zone specific name is available) -->
<string name="zone_time_type_standard">Standard time</string> <string name="zone_time_type_standard">Standard time</string>
<!-- The menu item to switch to selecting a time zone by region (default) --> <!-- The menu item to switch to selecting a time zone by region (default) [CHAR LIMIT=30] -->
<string name="zone_menu_by_region">Show time zones by region</string> <string name="zone_menu_by_region">Select by region</string>
<!-- The menu item to switch to selecting a time zone with a fixed offset (such as UTC or GMT+0200) --> <!-- The menu item to switch to selecting a time zone with a fixed offset (such as UTC or GMT+0200) [CHAR LIMIT=30] -->
<string name="zone_menu_by_offset">Show time zones by UTC offset</string> <string name="zone_menu_by_offset">Select by UTC offset</string>
<!-- Title string shown above DatePicker, letting a user select system date <!-- Title string shown above DatePicker, letting a user select system date
[CHAR LIMIT=20] --> [CHAR LIMIT=20] -->