From 60a7158d7fcedae1c37d0f8e2aca89b9a3befc92 Mon Sep 17 00:00:00 2001 From: Simo <136233872+Simo3ds@users.noreply.github.com> Date: Tue, 12 Dec 2023 21:18:56 +0100 Subject: [PATCH] translating all-5 Signed-off-by: Simo <136233872+Simo3ds@users.noreply.github.com> --- arm9/source/fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm9/source/fs.c b/arm9/source/fs.c index deef310c..d8a61c17 100644 --- a/arm9/source/fs.c +++ b/arm9/source/fs.c @@ -322,7 +322,7 @@ bool payloadMenu(char *path, bool *hasDisplayedMenu) initScreens(); *hasDisplayedMenu = true; - drawString(true, 10, 10, COLOR_TITLE, "CustomLuma3DS chainloader"); + drawString(true, 10, 10, COLOR_TITLE, "CustomLuma3DS-ITA chainloader"); drawString(true, 10, 10 + SPACING_Y, COLOR_TITLE, "Premi A per selezionare, START per uscire"); for(u32 i = 0, posY = 10 + 3 * SPACING_Y, color = COLOR_GREEN; i < payloadNum; i++, posY += SPACING_Y)