Fixed typo

This commit is contained in:
2026-02-11 17:47:00 +01:00
parent ed93c32131
commit 6b04eb5d89

View File

@@ -437,7 +437,7 @@ void ipl_main(void) {
gfx_printf("Installation wird gestartet...\n");
set_color(COLOR_WHITE);
set_color(COLOR_ORANGE);
gfx_printf("Hinweis: Manchmal könnte es hängen. Einfach warten.\n\n");
gfx_printf("Hinweis: Manchmal könnte es haengen. Einfach warten.\n\n");
set_color(COLOR_WHITE);
int result = perform_installation(pack_variant, mode);