Merge "[Regional Pref] Fix the line break in the temperature" into udc-dev

This commit is contained in:
Treehugger Robot
2023-04-11 03:16:21 +00:00
committed by Android (Google) Code Review

View File

@@ -410,9 +410,9 @@
<!-- The summary of default string for each regional preference. [CHAR LIMIT=50] -->
<string name="default_string_of_regional_preference">Use app default</string>
<!-- The title of Celsius for preference of temperature unit. [CHAR LIMIT=50] -->
<string name="celsius_temperature_unit">Celsius(\u00B0C)</string>
<string name="celsius_temperature_unit">Celsius (\u00B0C)</string>
<!-- The title of Fahrenheit for preference of temperature unit. [CHAR LIMIT=50] -->
<string name="fahrenheit_temperature_unit">Fahrenheit(\u00B0F)</string>
<string name="fahrenheit_temperature_unit">Fahrenheit (\u00B0F)</string>
<!-- The title of sunday for preference of first day of week. [CHAR LIMIT=50] -->
<string name="sunday_first_day_of_week">Sunday</string>
<!-- The title of monday for preference of first day of week. [CHAR LIMIT=50] -->