diff --git a/app/src/main/java/app/revanced/manager/ui/screen/settings/ImportExportSettingsScreen.kt b/app/src/main/java/app/revanced/manager/ui/screen/settings/ImportExportSettingsScreen.kt
index 181e8dcd23..165c3edd76 100644
--- a/app/src/main/java/app/revanced/manager/ui/screen/settings/ImportExportSettingsScreen.kt
+++ b/app/src/main/java/app/revanced/manager/ui/screen/settings/ImportExportSettingsScreen.kt
@@ -296,8 +296,8 @@ fun ImportExportSettingsScreen(
}
}
},
- headline = R.string.patch_options_reset,
- description = R.string.patch_options_reset_all,
+ headline = R.string.patch_options_reset_patches,
+ description = R.string.patch_options_reset_patches_description,
)
}
}
diff --git a/app/src/main/java/app/revanced/manager/ui/viewmodel/ImportExportViewModel.kt b/app/src/main/java/app/revanced/manager/ui/viewmodel/ImportExportViewModel.kt
index 8ac7119cbc..6e93369689 100644
--- a/app/src/main/java/app/revanced/manager/ui/viewmodel/ImportExportViewModel.kt
+++ b/app/src/main/java/app/revanced/manager/ui/viewmodel/ImportExportViewModel.kt
@@ -81,8 +81,8 @@ sealed class ResetDialogState(
)
class PatchOptionBundle(dialogOptionName: String, onConfirm: () -> Unit) : ResetDialogState(
- titleResId = R.string.patch_options_reset,
- descriptionResId = R.string.patch_options_reset_dialog_description,
+ titleResId = R.string.patch_options_reset_patches,
+ descriptionResId = R.string.patch_options_reset_patches_dialog_description,
onConfirm = onConfirm,
dialogOptionName = dialogOptionName
)
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 1117b5e9f4..c1a3d64857 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -131,21 +131,22 @@
Reset patch options
Reset the stored patch options
Patch selection has been reset
- Reset all patch selection
+ Reset patch selection globally
You are about to reset all the patch selections. You will need to manually select each patch again.
- Reset all the patch selections
+ Resets all the patch selections
Reset patch selection for app
You are about to reset the patch selection for the app \"%s\". You will have to manually select each patch again.
Resets patch selection for a single app
- Resets patch selection for a specific patches
+ Reset patch selection (single)
You are about to reset the patch selection for \"%s\". You will have to manually select each patch again.
- Resets the patch selection for a specific patches
+ Resets the patch selection for a specific collection of patches
Reset patch options for app
You are about to reset the patch options for the app \"%s\". You will have to reapply each option again.
Resets patch options for a single app
- Reset patch options
- You are about to reset the patch options for \"%s\". You will have to reapply each option again.
- Reset patch options for all
+ Reset patch options (single)
+ You are about to reset the patch options for \"%s\". You will have to reapply each option again.
+ Resets the patch options for a specific collection of patches
+ Reset patch options globally
You are about to reset patch options. You will have to reapply each option again.
Resets all patch options
Plugins