nyx: inform user that Fix RAW also fixes partition type

This commit is contained in:
CTCaer 2021-03-17 09:09:59 +02:00
parent 0e12d8545b
commit ef5a01433d

View file

@ -703,7 +703,7 @@ static lv_res_t _create_emummc_migrate_action(lv_obj_t * btns, const char * txt)
{
s_printf(txt_buf,
"#C7EA46 Found SD Partition based emuMMC!#\n\n"
"#FF8000 Do you want to repair the config for it?#\n");
"#FF8000 Do you want to repair the config and partition type for it?#\n");
lv_mbox_add_btns(mbox, mbox_btn_map, _create_emummc_mig3_action);
}
else if (em_raw && em_file)