From 4b8def8a9a87e2572e1efcc73c16c5e233b0fe8e Mon Sep 17 00:00:00 2001 From: Rafael Caetano Date: Sun, 13 Aug 2023 23:37:29 +0100 Subject: [PATCH] Fix error message when firmware cannot be booted --- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index d0e43e54..ad66ff61 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -38,7 +38,7 @@ Could not load ROM There was a problem loading the ROM. Make sure it\'s not corrupted and try again. Could not load the firmware - There was a problem loading the firmware (%1$s). Make sure the BIOS and firmware dump is corrupted, that the firmware is bootable and try again. + There was a problem loading the firmware (%1$s). Make sure the BIOS and firmware dump is not corrupted, that the firmware is bootable and try again. An error log was generated that can help fix this problem. Do you want to open an issue on GitHub with this log? You will need a GitHub account. Emulator running Stop emulation and load new ROM?