Update the String for Wear OS

Change-Id: I25b31bad744b43e53ce2c22d77da6e67ea960d37
(cherry picked from commit a37288bee03e897379de82c860ada4a3a7b264bd)
(cherry picked from commit bbf17f7d177bc1cea1a4d554629191a65078c498)
This commit is contained in:
tengw
2020-04-27 11:11:56 -07:00
committed by Josh Yang
parent 5aa7fd5d18
commit 89dd08f835

View File

@@ -25,8 +25,12 @@
<xliff:g id="number" example="123">%2$d</xliff:g>.</string>
<!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. Override from base which says "Body Sensors". [CHAR_LIMIT=25] -->
<string name="permgrouplab_sensors">Sensors</string>
<string name="permgrouplab_sensors">Sensors</string>
<!-- label for item that opens emergency features in the power menu on Wear [CHAR LIMIT=24] -->
<string name="global_action_emergency">Emergency SOS</string></resources>
<string name="global_action_emergency">Emergency SOS</string>
<!-- Reboot to Recovery Progress Dialog. This is shown before it reboots to recovery. -->
<string name="reboot_to_update_title">Wear OS system update</string>
</resources>