Skip to content

Commit

Permalink
Traduzione completa menus.c
Browse files Browse the repository at this point in the history
Signed-off-by: Simo <[email protected]>
  • Loading branch information
Simo3ds authored Nov 18, 2023
1 parent 44eec91 commit 1ca5b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sysmodules/rosalina/source/menus.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
Menu rosalinaMenu = {
"Menu Rosalina",
{
{ "Screenshot NFTs", METHOD, .method = &RosalinaMenu_TakeScreenshot },
{ "Cattura Schermo NFTs", METHOD, .method = &RosalinaMenu_TakeScreenshot },
{ "Cambia luminosita schermo", METHOD, .method = &RosalinaMenu_ChangeScreenBrightness },
{ "Trucchi", METHOD, .method = &RosalinaMenu_Cheats },
{ "Caricatore di Plugin", METHOD, .method = PluginLoader__MenuCallback },
Expand Down Expand Up @@ -615,7 +615,7 @@ void RosalinaMenu_TakeScreenshot(void)
do
{
Draw_Lock();
Draw_DrawString(10, 10, COLOR_TITLE, "Screenshot");
Draw_DrawString(10, 10, COLOR_TITLE, "Cattura Schermo");
if (R_FAILED(res))
Draw_DrawFormattedString(10, 30, COLOR_WHITE, "Operazione fallita (0x%08lx).", (u32)res);
else
Expand Down

0 comments on commit 1ca5b9e

Please sign in to comment.