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

Commit ee0679bb authored by Victor Chang's avatar Victor Chang Committed by Android (Google) Code Review
Browse files

Merge "Shorten the strings in time zone picker menu" into pi-dev

parents 17a46313 39b13d02
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -786,10 +786,10 @@
    <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) -->
    <string name="zone_time_type_standard">Standard time</string>
    <!-- The menu item to switch to selecting a time zone by region (default) -->
    <string name="zone_menu_by_region">Show time zones by region</string>
    <!-- The menu item to switch to selecting a time zone with a fixed offset (such as UTC or GMT+0200) -->
    <string name="zone_menu_by_offset">Show time zones by UTC offset</string>
    <!-- The menu item to switch to selecting a time zone by region (default) [CHAR LIMIT=30] -->
    <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) [CHAR LIMIT=30] -->
    <string name="zone_menu_by_offset">Select by UTC offset</string>
    <!-- Title string shown above DatePicker, letting a user select system date
         [CHAR LIMIT=20] -->