File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2383,7 +2383,7 @@ bool cannotLaunchMsg(const char *filename) {
23832383 } else if (isTwlm[CURPOS]) {
23842384 str = &STR_TWLMENU_ALREADY_RUNNING;
23852385 } else if (isUnlaunch[CURPOS]) {
2386- str = &STR_CANNOT_LAUNCH_WITH_THEME ;
2386+ str = &STR_CANNOT_LAUNCH_WITH_UI ;
23872387 } else if (bnrRomType[CURPOS] == 1 ) {
23882388 str = &STR_GBA_BIOS_ERROR_DESC;
23892389 } else if (bnrRomType[CURPOS] != 0 ) {
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ STRING(TWLMENU_ALREADY_RUNNING, "TWiLight Menu++ is\nalready running.")
6767STRING(CANNOT_LAUNCH_WITHOUT_SD, " This game cannot be launched\n without an SD card." )
6868STRING(CANNOT_LAUNCH_IN_DS_MODE, " This game cannot be launched\n in DS mode." )
6969STRING(CANNOT_LAUNCH_HB_ON_3DS, " This homebrew cannot be\n launched on 3DS consoles." )
70- STRING(CANNOT_LAUNCH_WITH_THEME , " Cannot launch this title.\n Please switch to a different theme, \n then try again." )
70+ STRING(CANNOT_LAUNCH_WITH_UI , " Cannot launch this title.\n Please switch to a different user \n interface, then try again." )
7171STRING(CANNOT_LAUNCH_CORRUPT_TITLE_SD, " Cannot launch this title.\n Either the title or SD Card\n is corrupted." )
7272STRING(CANNOT_LAUNCH_CORRUPT_TITLE_MICRO_SD, " Cannot launch this title.\n Either the title or microSD Card\n is corrupted." )
7373STRING(PRESS_B_RETURN, " Press \\ B to return." )
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ TWLMENU_ALREADY_RUNNING = TWiLight Menu++ is\nalready running.
6464CANNOT_LAUNCH_WITHOUT_SD = This game cannot be launched\nwithout an SD card.
6565CANNOT_LAUNCH_IN_DS_MODE = This game cannot be launched\nin DS mode.
6666CANNOT_LAUNCH_HB_ON_3DS = This homebrew cannot be\nlaunched on 3DS consoles.
67- CANNOT_LAUNCH_WITH_THEME = Cannot launch this title.\nPlease switch to a different theme,\nthen try again.
67+ CANNOT_LAUNCH_WITH_UI = Cannot launch this title.\nPlease switch to a different user\ninterface, then try again.
6868CANNOT_LAUNCH_CORRUPT_TITLE_SD = Cannot launch this title.\nEither the title or SD Card\nis corrupted.
6969CANNOT_LAUNCH_CORRUPT_TITLE_MICRO_SD = Cannot launch this title.\nEither the title or microSD Card\nis corrupted.
7070PRESS_B_RETURN = Press \B to return.
You can’t perform that action at this time.
0 commit comments