Skip to content

Commit

Permalink
translating all-5
Browse files Browse the repository at this point in the history
Signed-off-by: Simo <[email protected]>
  • Loading branch information
Simo3ds authored Dec 12, 2023
1 parent 347cfcd commit 60a7158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm9/source/fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 60a7158

Please sign in to comment.