From b0e0b4dddc699214abcf00393e70ed5c5e95e3af Mon Sep 17 00:00:00 2001
From: TophattedWasTaken <137208851+TophattedWasTaken@users.noreply.github.com>
Date: Mon, 5 Feb 2024 20:58:33 -0600
Subject: [PATCH] Remove reference to Nintendo 3DS for finalize.romfs
placement. (#2428)
While Nintendo 3DS is probably the folder they'll end up putting it in (many people confuse that with the root), there are other folders that the script can detect. They really don't need to know where they misplaced it, just that they did, and they should enter the keycombo to fix it.
---
_pages/en_US/troubleshooting.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_pages/en_US/troubleshooting.txt b/_pages/en_US/troubleshooting.txt
index 1c1098ca13..5577af1a13 100644
--- a/_pages/en_US/troubleshooting.txt
+++ b/_pages/en_US/troubleshooting.txt
@@ -458,7 +458,7 @@ The file `finalize.romfs` is corrupt or unreadable. [Re-download it](/assets/fin
{% capture compat %}
Information #23: finalize.romfs in wrong location
-The file `finalize.romfs` was placed in the wrong location (the `Nintendo 3DS` folder instead of root of SD). The script will attempt to resolve this, but requires your permission to do so. Press (A) on the next few prompts to continue.
+The file `finalize.romfs` was placed in the wrong location instead of root of SD. The script will attempt to resolve this, but requires your permission to do so. Press (A) on the next few prompts to continue.
{% endcapture %}
{{ compat | markdownify }}