Fix backup screen

Stephen Paul Weber created

Change summary

src/main/res/xml/preferences_backup.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

Detailed changes

src/main/res/xml/preferences_backup.xml 🔗

@@ -24,11 +24,9 @@
         android:title="@string/pref_export" />
 
     <Preference
-        android:key="backup_directory"
-        android:summary="@string/pref_create_backup_summary" />
+        android:summary="@string/pref_create_backup_summary"
         android:icon="@drawable/ic_folder_open_24dp"
         android:key="backup_location"
-        android:summary="@string/pref_create_backup_summary"
         android:title="@string/pref_backup_location" />
 
 </PreferenceScreen>