From f71b6ab629693b047ab51ce0ba60a3acac7ebdce Mon Sep 17 00:00:00 2001 From: niklascfw Date: Thu, 9 Apr 2026 20:48:50 +0200 Subject: [PATCH] install: clarify Hekate RAM menu copy (4GB/8GB labels and warnings) Made-with: Cursor --- source/install.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/source/install.c b/source/install.c index 9bfe0f8..ce26d48 100644 --- a/source/install.c +++ b/source/install.c @@ -739,8 +739,8 @@ static bool install_ram_config_menu(bool *use_8gb) bool confirmed = false; const int n = 2; const char *labels[2] = { - "4 GB Konsole (Standard)", - "8 GB Konsole", + "4GB Konsole (Standard)", + "8GB Konsole", }; gfx_clear_grey(0x1B); @@ -748,10 +748,13 @@ static bool install_ram_config_menu(bool *use_8gb) install_print_main_header(); install_set_color(COLOR_YELLOW); - gfx_printf("RAM / Hekate: Konsole-Typ\n\n"); + gfx_printf("Hekate Payload Auswahl:\n\n"); + install_set_color(COLOR_WHITE); + gfx_printf("Wenn du einen 8GB RAM-Umbau hast, waehle 8GB Konsole aus.\n"); + gfx_printf("Alle anderen waehlen 4GB Konsole aus.\n\n"); install_set_color(COLOR_RED); - gfx_printf("Wenn du dir absolut unsicher bist, waehle unbedingt 4 GB!\n"); - gfx_printf("Eine falsche 8-GB-Wahl kann Probleme verursachen.\n\n"); + gfx_printf("Warnung: Solltest du keinen RAM-Umbau haben, waehle auf keinen\n"); + gfx_printf("Fall 8GB aus, da du sonst Boot Probleme bekommst!!!\n\n"); install_set_color(COLOR_WHITE); u32 menu_x, menu_y;