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

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/22548933

Change-Id: I601dee9cd9bd55a23656c800155db1fcf5f1c73f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-04-11 03:48:11 +00:00
committed by Automerger Merge Worker

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] -->