Change the string
Change name of "Received files" to "Files received via Bluetooth" Bug: 78247635 Test: make -j42 RunSettingsRoboTests Change-Id: I63cb7a5179008380a70929102bcd9eba38b07387
This commit is contained in:
@@ -289,6 +289,8 @@
|
|||||||
<string name="bluetooth_notif_message">Tap to pair with <xliff:g id="device_name">%1$s</xliff:g>.</string>
|
<string name="bluetooth_notif_message">Tap to pair with <xliff:g id="device_name">%1$s</xliff:g>.</string>
|
||||||
<!-- Item in bluetooth settings screen, used to show the list of received files [CHAR LIMIT=30] -->
|
<!-- Item in bluetooth settings screen, used to show the list of received files [CHAR LIMIT=30] -->
|
||||||
<string name="bluetooth_show_received_files">Received files</string>
|
<string name="bluetooth_show_received_files">Received files</string>
|
||||||
|
<!-- Item in bluetooth settings screen, used to show the list of Files received via Bluetooth [CHAR LIMIT=30] -->
|
||||||
|
<string name="bluetooth_show_files_received_via_bluetooth">Files received via Bluetooth</string>
|
||||||
|
|
||||||
<!-- Strings for BluetoothDevicePicker [CHAR LIMIT=40]-->
|
<!-- Strings for BluetoothDevicePicker [CHAR LIMIT=40]-->
|
||||||
<string name="device_picker">Choose Bluetooth device</string>
|
<string name="device_picker">Choose Bluetooth device</string>
|
||||||
|
@@ -62,7 +62,7 @@
|
|||||||
<Preference
|
<Preference
|
||||||
android:key="bt_received_files"
|
android:key="bt_received_files"
|
||||||
android:icon="@drawable/ic_folder_vd_theme_24"
|
android:icon="@drawable/ic_folder_vd_theme_24"
|
||||||
android:title="@string/bluetooth_show_received_files"/>
|
android:title="@string/bluetooth_show_files_received_via_bluetooth"/>
|
||||||
|
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:key="dashboard_tile_placeholder"
|
android:key="dashboard_tile_placeholder"
|
||||||
|
Reference in New Issue
Block a user