From 9d0c69af0483bda85a64e234d013efe591553386 Mon Sep 17 00:00:00 2001 From: jejer Date: Mon, 1 Jul 2019 09:09:58 +0800 Subject: [PATCH] fix RCM key combo for AutoRCM disabled --- nyx/nyx_gui/frontend/gui_tools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nyx/nyx_gui/frontend/gui_tools.c b/nyx/nyx_gui/frontend/gui_tools.c index 532e53f..9bcd3ea 100644 --- a/nyx/nyx_gui/frontend/gui_tools.c +++ b/nyx/nyx_gui/frontend/gui_tools.c @@ -121,7 +121,7 @@ static lv_res_t _create_mbox_autorcm_status(lv_obj_t *btn) { lv_mbox_set_text(mbox, "AutoRCM is now #FF8000 DISABLED!#\n\n" - "The boot process is now normal and you need the #FF8000 VOL-# + #FF8000 HOME# (jig) combo to enter RCM.\n"); + "The boot process is now normal and you need the #FF8000 VOL+# + #FF8000 POWER# (jig) combo to enter RCM.\n"); } lv_mbox_add_btns(mbox, mbox_btn_map, mbox_action);