Merge "Update char limit to 28 for device detail title"

This commit is contained in:
TreeHugger Robot
2019-10-09 09:54:42 +00:00
committed by Android (Google) Code Review

View File

@@ -1643,7 +1643,7 @@
<!-- Bluetooth connecting error message [CHAR LIMIT=NONE] -->
<string name="bluetooth_connect_failed">Couldn\'t connect. Try again.</string>
<!-- Title of device details screen [CHAR LIMIT=40]-->
<!-- Title of device details screen [CHAR LIMIT=28]-->
<string name="device_details_title">Device details</string>
<!-- Title of the item to show device MAC address -->
<string name="bluetooth_device_mac_address">Device\'s Bluetooth address: <xliff:g id="address">%1$s</xliff:g></string>