Update preferences.xml

This commit is contained in:
KowalskiOmniROM 2016-02-19 07:03:23 +01:00
parent 859227e00c
commit 0c9dbdbee8
1 changed files with 3 additions and 3 deletions

View File

@ -53,8 +53,8 @@
<MultiSelectListPreference
android:key="pref_download_conn_types"
android:title="Download network types"
android:summary="Allowed network types for media downloads"
android:title="@string/download_network_types_title"
android:summary="@string/download_network_types_summary"
android:entries="@array/entries_download_media_items"
android:entryValues="@array/entry_values_download_media_items"
android:defaultValue="@array/default_values_download_media_items"/>
@ -63,4 +63,4 @@
android:key="pref_about"
android:title="@string/about"/>
</PreferenceScreen>
</PreferenceScreen>