Changes after review

This commit is contained in:
MohitMali 2022-05-13 12:03:02 +05:30 committed by Kelson
parent 2ef2fdba15
commit 03c691373b
2 changed files with 2 additions and 1 deletions

View File

@ -323,7 +323,7 @@ class OnlineLibraryFragment : BaseFragment(), FragmentActivityExtensions {
grantResults.isNotEmpty() &&
grantResults[0] != PERMISSION_GRANTED
) {
context.toast(R.string.request_storage)
context.toast(R.string.request_write_storage)
requestExternalStoragePermission()
}
}

View File

@ -64,6 +64,7 @@
<string name="no_reader_application_installed">Could not find an installed application for this type of file</string>
<string name="no_section_info">No Content Headers Found</string>
<string name="request_storage">To access offline content we need access to your storage</string>
<string name="request_write_storage">To download zim files we need write access to your storage</string>
<string name="clear_recent_and_tabs_history_dialog">Are you sure you want to delete your search history and reset all active tabs?</string>
<string name="delete_recent_search_item">Delete this item?</string>
<string name="pref_clear_all_history_title">Clear history</string>