From 03c691373b66862ef55ca20901172674fd893fa1 Mon Sep 17 00:00:00 2001 From: MohitMali Date: Fri, 13 May 2022 12:03:02 +0530 Subject: [PATCH] Changes after review --- .../nav/destination/library/OnlineLibraryFragment.kt | 2 +- core/src/main/res/values/strings.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/java/org/kiwix/kiwixmobile/nav/destination/library/OnlineLibraryFragment.kt b/app/src/main/java/org/kiwix/kiwixmobile/nav/destination/library/OnlineLibraryFragment.kt index db8d65671..8a209266a 100644 --- a/app/src/main/java/org/kiwix/kiwixmobile/nav/destination/library/OnlineLibraryFragment.kt +++ b/app/src/main/java/org/kiwix/kiwixmobile/nav/destination/library/OnlineLibraryFragment.kt @@ -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() } } diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index c91e0fd57..db9001289 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -64,6 +64,7 @@ Could not find an installed application for this type of file No Content Headers Found To access offline content we need access to your storage + To download zim files we need write access to your storage Are you sure you want to delete your search history and reset all active tabs? Delete this item? Clear history