From 796b15a861ea00ce0c06835fbe83a935fd3b7e8e Mon Sep 17 00:00:00 2001 From: CTCaer Date: Sat, 6 Feb 2021 04:47:23 +0200 Subject: [PATCH] nyx: Correct text in Launch when missing boot entries --- nyx/nyx_gui/frontend/gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nyx/nyx_gui/frontend/gui.c b/nyx/nyx_gui/frontend/gui.c index 1f7af91..e5a9cad 100644 --- a/nyx/nyx_gui/frontend/gui.c +++ b/nyx/nyx_gui/frontend/gui.c @@ -1755,14 +1755,14 @@ ini_parsing: { lv_label_set_static_text(label_error, "#FFDD00 No main boot entries found...#\n" - "You can use the following entry to boot stock,\n" + "Check that #96FF00 bootloader/hekate_ipl.ini# has boot entries\n" "or use #C7EA46 More configs# button for more boot entries."); } else { lv_label_set_static_text(label_error, "#FFDD00 No .ini or boot entries found...#\n" - "Check that a .ini file exists in #96FF00 /bootloader/ini/#,\n" + "Check that a .ini file exists in #96FF00 bootloader/ini/#\n" "and that it contains at least one entry."); }