diff --git a/app/src/main/java/devs/org/calculator/activities/ViewFolderActivity.kt b/app/src/main/java/devs/org/calculator/activities/ViewFolderActivity.kt index 03e2902..2680fa8 100644 --- a/app/src/main/java/devs/org/calculator/activities/ViewFolderActivity.kt +++ b/app/src/main/java/devs/org/calculator/activities/ViewFolderActivity.kt @@ -347,8 +347,8 @@ class ViewFolderActivity : AppCompatActivity() { private fun deleteSelectedFiles(selectedFiles: List) { dialogUtil.showMaterialDialog( - getString(R.string.delete_items), - getString(R.string.are_you_sure_you_want_to_delete_selected_items), + getString(R.string.delete_file), + getString(R.string.are_you_sure_to_delete_selected_files_permanently), getString(R.string.delete), getString(R.string.cancel), object : DialogUtil.DialogCallback { diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 966208a..fa5c6f2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -24,7 +24,7 @@ Preview Videos Preview Audios Preview Documents - Delete File + Delete File! Are you sure to Delete this file permanently? Delete Permanently Cancel @@ -148,4 +148,5 @@ OK If you turn on/off this option, dynamic theme changes will be visible after you reopen the app. Attention! + Are you sure to delete selected files permanently ? \ No newline at end of file