build: Replace some visible MinUI strings

This commit is contained in:
robshape 2023-04-23 18:34:27 +02:00
parent 2c99cf3ad1
commit 9f478404f6
4 changed files with 5 additions and 7 deletions

View file

@ -1284,7 +1284,7 @@ static void Menu_quit(void) {
int main (int argc, char *argv[]) {
if (autoResume()) return 0; // nothing to do
LOG_info("MinUI\n");
LOG_info("FinUI\n");
InitSettings();
SDL_Surface* screen = GFX_init(MODE_MAIN);