mirror of
https://github.com/suloku/savegame-manager.git
synced 2026-04-25 07:27:24 -05:00
Adjust strings to better fit the screen.
This commit is contained in:
parent
aa59a29b80
commit
c4a179f324
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user