From 10734ec75fe3e6b76221911bf7e21cf81e7506e6 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Thu, 9 Jan 2025 15:24:58 +0530 Subject: [PATCH] Improved the warning message we are showing to the user after copying/moving the ZIm chunks. --- .../java/org/kiwix/kiwixmobile/core/utils/dialog/KiwixDialog.kt | 2 +- core/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/org/kiwix/kiwixmobile/core/utils/dialog/KiwixDialog.kt b/core/src/main/java/org/kiwix/kiwixmobile/core/utils/dialog/KiwixDialog.kt index 5cde30ef2..46e42f59d 100644 --- a/core/src/main/java/org/kiwix/kiwixmobile/core/utils/dialog/KiwixDialog.kt +++ b/core/src/main/java/org/kiwix/kiwixmobile/core/utils/dialog/KiwixDialog.kt @@ -120,7 +120,7 @@ sealed class KiwixDialog( data object ShowWarningAboutSplittedZimFile : KiwixDialog( null, - R.string.verify_zim_chunk_copied_moved_properly, + R.string.ensure_zim_chunk_copied_moved_properly, R.string.view, android.R.string.ok, cancelable = false diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index b8c39f203..e87b28016 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -334,7 +334,7 @@ Moving ZIM file… Kiwix requires the ZIM file to be in its own data directory. Do you want to copy or move it there? Error in copying the ZIM file: %s. - Be cautious: verify that all the ZIM chunks have been moved/copied properly! \nAfter copying/moving all the ZIM chunks please refresh the library screen by swipe down. The Split ZIM file will add in library. + Be cautious: Ensure all ZIM chunks have been properly moved or copied. You can verify them by clicking the “View” button. Once done, refresh the library screen by swiping down. The split ZIM file will then appear in your library. View Why copy/move files to app public directory? Due to Google Play policies on Android 11 and above, our app can no longer directly access files stored elsewhere on your device. To let you view your selected files, we need to move or copy them into a special folder within our application directory. This allows us to access and open the files.