mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Changes after review
This commit is contained in:
parent
2ef2fdba15
commit
03c691373b
@ -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()
|
||||
}
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user