mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-11 04:46:41 +00:00
nyx: Correct text in Launch when missing boot entries
This commit is contained in:
parent
add351289a
commit
796b15a861
1 changed files with 2 additions and 2 deletions
|
@ -1755,14 +1755,14 @@ ini_parsing:
|
||||||
{
|
{
|
||||||
lv_label_set_static_text(label_error,
|
lv_label_set_static_text(label_error,
|
||||||
"#FFDD00 No main boot entries found...#\n"
|
"#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.");
|
"or use #C7EA46 More configs# button for more boot entries.");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
lv_label_set_static_text(label_error,
|
lv_label_set_static_text(label_error,
|
||||||
"#FFDD00 No .ini or boot entries found...#\n"
|
"#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.");
|
"and that it contains at least one entry.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue