From 631dddeff8b7b6631142855d9014690ef187a9c5 Mon Sep 17 00:00:00 2001 From: TuxSH <1922548+TuxSH@users.noreply.github.com> Date: Tue, 28 Mar 2023 22:24:07 +0200 Subject: [PATCH] Fix config text wrapping for hb autoboot --- arm9/source/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arm9/source/config.c b/arm9/source/config.c index f4c0c1b92..9b9eca521 100644 --- a/arm9/source/config.c +++ b/arm9/source/config.c @@ -859,8 +859,8 @@ void configMenu(bool oldPinStatus, u32 oldPinMode) "'Clock+L2' can cause issues with some\n" "games.", - "Enable autobooting into homebrew\n" - "menu, either into 3DS or DSi mode.\n\n" + "Enable autobooting into homebrew menu,\n" + "either into 3DS or DSi mode.\n\n" "Autobooting into a gamecard title is\n" "not supported.\n\n" "Refer to the \"autoboot\" section in the\n"