pref_manage_external_storage_name_changed

This commit is contained in:
Gouri Panda 2021-10-28 19:54:24 +05:30 committed by Emmanuel Engelhart
parent b5762f9a62
commit 8e37e831e3
2 changed files with 2 additions and 2 deletions

View File

@ -256,7 +256,7 @@
<string name="status" tools:keep="@string/status">Status</string>
<string name="pref_clear_all_notes_summary">Clears all notes on all articles</string>
<string name="pref_clear_all_notes_title">Clear all notes</string>
<string name="pref_manage_external_storage_title">MANAGE_EXTERNAL_STORAGE</string>
<string name="pref_allow_to_read_or_write_zim_files_on_sd_card">Allow to read/write ZIM file\'s on SD card</string>
<string name="pref_text_zoom_summary">Change text size with 25\% increments.</string>
<string name="tag_pic">Pic</string>
<string name="tag_vid">Vid</string>

View File

@ -104,7 +104,7 @@
<Preference
android:key="pref_manage_external_storage"
android:title="@string/pref_manage_external_storage_title"
android:title="@string/pref_allow_to_read_or_write_zim_files_on_sd_card"
app:iconSpaceReserved="false" />
</PreferenceCategory>