From ef5a01433dfb9e910d8b4df9d88ab2162d3cef24 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Wed, 17 Mar 2021 09:09:59 +0200 Subject: [PATCH] nyx: inform user that Fix RAW also fixes partition type --- nyx/nyx_gui/frontend/gui_emummc_tools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nyx/nyx_gui/frontend/gui_emummc_tools.c b/nyx/nyx_gui/frontend/gui_emummc_tools.c index 4454268..3bdeab0 100644 --- a/nyx/nyx_gui/frontend/gui_emummc_tools.c +++ b/nyx/nyx_gui/frontend/gui_emummc_tools.c @@ -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)