summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/preferences.xml')
-rw-r--r--app/src/main/res/xml/preferences.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 9967d7fd1..24d50cc45 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -22,10 +22,10 @@
android:icon="@drawable/ic_play_24dp" />
<Preference
- android:key="prefScreenNetwork"
- android:title="@string/network_pref"
- android:summary="@string/network_pref_sum"
- android:icon="@drawable/ic_network" />
+ android:key="prefScreenDownloads"
+ android:title="@string/downloads_pref"
+ android:summary="@string/downloads_pref_sum"
+ android:icon="@drawable/ic_download_black" />
<Preference
android:key="prefScreenSynchronization"
@@ -34,9 +34,9 @@
android:icon="@drawable/ic_cloud" />
<Preference
- android:key="prefScreenStorage"
- android:title="@string/storage_pref"
- android:summary="@string/storage_sum"
+ android:key="prefScreenImportExport"
+ android:title="@string/import_export_pref"
+ android:summary="@string/import_export_summary"
android:icon="@drawable/ic_storage" />
<Preference