From 4effcf513b3ebeb03b31934b4ed297167e928893 Mon Sep 17 00:00:00 2001 From: niklascfw Date: Wed, 11 Feb 2026 17:56:31 +0100 Subject: [PATCH] Updated Notice --- source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.c b/source/main.c index 996b753..17f0778 100644 --- a/source/main.c +++ b/source/main.c @@ -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 haengen. Einfach warten.\n\n"); + gfx_printf("Hinweis: Manchmal kann es haengen. Einfach warten.\n\n"); set_color(COLOR_WHITE); int result = perform_installation(pack_variant, mode);