From bed3945aa5cb4dc2a1442f77262ec85c2189b1a8 Mon Sep 17 00:00:00 2001 From: SodaWithoutSparkles <64138578+SodaWithoutSparkles@users.noreply.github.com> Date: Tue, 2 May 2023 17:41:11 +0800 Subject: [PATCH] feat: clarify warning and consequences for ARMv7 users (#836) --- assets/i18n/en_US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/i18n/en_US.json b/assets/i18n/en_US.json index 2969932a..8274a347 100644 --- a/assets/i18n/en_US.json +++ b/assets/i18n/en_US.json @@ -49,7 +49,7 @@ "widgetTitle": "Patcher", "patchButton": "Patch", "patchDialogText": "You have selected a resource patch and a split APK installation has been detected, so patching errors may occur.\nAre you sure you want to proceed?", - "armv7WarningDialogText": "Patching on ARMv7 devices is not yet supported. Proceed anyways?" + "armv7WarningDialogText": "Patching on ARMv7 devices is not yet supported and might fail. Proceed anyways?" }, "appSelectorCard": { "widgetTitle": "Select an application",