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

Commit fe522dc2 authored by Fan Zhang's avatar Fan Zhang Committed by Android (Google) Code Review
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
parents 203b7b17 6f70289b
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"