Add shorter string for Previously connected device

Original string is too long to show in title bar,
Add a shorter string to avoid clipped.

Change-Id: Ib8b14100f71cb65862036235f290f9f548949b79
Fixes: 78127123
Test: Manual test
This commit is contained in:
hjchangliao
2018-05-10 16:18:33 +08:00
parent f95ed0925b
commit 0d1f1d3cd7
2 changed files with 3 additions and 1 deletions

View File

@@ -421,6 +421,8 @@
<string name="connected_device_connections_title">Connection preferences</string>
<!-- Title for Bluetooth preference to open paired but no connection list [CHAR LIMIT=none]-->
<string name="connected_device_previously_connected_title">Previously connected devices</string>
<!-- Preference screen title for Bluetooth preference to open paired but no connection list [CHAR LIMIT=none]-->
<string name="connected_device_previously_connected_screen_title">Previously connected</string>
<!-- Date & time settings screen title -->
<string name="date_and_time">Date &amp; time</string>

View File

@@ -18,7 +18,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res-auto"
android:key="connected_devices_screen_previously"
android:title="@string/connected_device_previously_connected_title">
android:title="@string/connected_device_previously_connected_screen_title">
<PreferenceCategory
android:key="saved_device_list"