Adjust strings to better fit the screen.

This commit is contained in:
Mark Klara 2019-12-01 04:18:08 -08:00 committed by mrhappyasthma
parent aa59a29b80
commit c4a179f324
2 changed files with 2 additions and 2 deletions

View File

@ -430,7 +430,7 @@ void displayPrintTickets( int cursor_position, int game, int language )
case 1:
iprintf(" Aurora Ticket\n");
iprintf(" Mystic Ticket\n");
iprintf(" Old Sea Map (unofficial - custom wondercard)\n");
iprintf(" Old Sea Map (unofficial)\n");
break;
case 2:
iprintf(" Aurora Ticket\n");

View File

@ -30,7 +30,7 @@ const char *strings_fallback[STR_LAST] = {
/* STR_EMPTY */ "",
/* STR_STR */ "%s",
//
/* f */ "Pokemon Generation 3 Event Distribution by suloku. Updated by mrhappyasthma.\nVersion %i.%i.%i%s by Pokedoc\n\nBased on DS savegame manager by Pokedoc",
/* f */ "Pokemon Generation 3 Event Distribution by suloku.\nVersion %i.%i.%i%s by mrhappyasthma\n\nBased on DS savegame manager by Pokedoc",
/* STR_BOOT_NO_INI */ "Unable to open ini file!\nPlease make sure that it is\n1. in this apps folder, or"
"\n2. in the root folder\nIf 1. does not work, use 2.",
/* STR_BOOT_MODE_UNSUPPORTED */ "This mode is DISABLED.\nPlease restart the system.",