Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c71d4fc4 authored by Fan Zhang's avatar Fan Zhang Committed by android-build-merger
Browse files

Merge "Update string from "Add device" to "Pair new device" in Setting >...

Merge "Update string from "Add device" to "Pair new device" in Setting > Connected devices" into pi-dev am: fe522dc2
am: 75cbd6d8

Change-Id: Id5e20cb105f5a3c11648f226f7b46317052353ce
parents 1f0ff721 75cbd6d8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -415,8 +415,8 @@
    <string name="connected_device_connected_title">Currently connected</string>
    <!-- Title for connected device group [CHAR LIMIT=none]-->
    <string name="connected_device_saved_title">Saved devices</string>
    <!-- Title for preference to add a device [CHAR LIMIT=none]-->
    <string name="connected_device_add_device_title">Pair new device</string>
    <!-- Title for preference to add a device [CHAR LIMIT=none] [BACKUP_MESSAGE_ID=7803521577708810621] -->
    <string name="connected_device_add_device_title">Add device</string>
    <!-- Summary for preference to add a device [CHAR LIMIT=none]-->
    <string name="connected_device_add_device_summary">Bluetooth will turn on to pair</string>
    <!-- Title for other connection preferences [CHAR LIMIT=none]-->
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@

    <com.android.settingslib.RestrictedPreference
        android:key="add_bt_devices"
        android:title="@string/connected_device_add_device_title"
        android:title="@string/bluetooth_pairing_pref_title"
        android:icon="@drawable/ic_menu_add"
        android:summary="@string/connected_device_add_device_summary"
        android:fragment="com.android.settings.bluetooth.BluetoothPairingDetail"