Browse Source

Update preferences list

Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
ZetaTom 6 months ago
parent
commit
c1e1cf1032
2 changed files with 3 additions and 1 deletions
  1. 1 0
      app/src/main/res/values/strings.xml
  2. 2 1
      app/src/main/res/xml/preferences.xml

+ 1 - 0
app/src/main/res/values/strings.xml

@@ -581,6 +581,7 @@
     <string name="pref_behaviour_entries_move">moved to app folder</string>
     <string name="pref_behaviour_entries_delete_file">deleted</string>
     <string name="prefs_data_storage_location">Data storage location</string>
+    <string name="prefs_data_storage_location_summary">Manage data storage location</string>
 
     <string name="pref_instant_name_collision_policy_dialogTitle">What to do if the file already exists?</string>
     <string name="pref_instant_name_collision_policy_title">What to do if the file already exists?</string>

+ 2 - 1
app/src/main/res/xml/preferences.xml

@@ -15,7 +15,8 @@
         android:key="general">
         <Preference
             android:title="@string/prefs_data_storage_location"
-            android:key="data_storage_location" />
+            android:key="data_storage_location"
+            android:summary="@string/prefs_data_storage_location_summary" />
         <ListPreference
             android:title="@string/prefs_theme_title"
             android:key="darkMode"