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

Commit 28c6769c authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Fix bug #17330962 Clicking a search result in Settings shows 'wireless_settings' instead of 'More'

- revert to the correct string for the Preference screen title.

Change-Id: I17c58485875e71e5785d5879b60aebcf6c4d454a
parent bde55601
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -16,8 +16,7 @@

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
                  xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
        android:title="wireless_settings"
        android:key="@string/radio_controls_title">
        android:title="@string/radio_controls_title">

    <SwitchPreference
        android:key="toggle_airplane"