Fix sheet menu back caption to Steel sheets to match parent menu caption.
This commit is contained in:
parent
d647cdc02c
commit
abf84e36f5
1 changed files with 1 additions and 1 deletions
|
@ -6603,7 +6603,7 @@ static void lcd_reset_sheet()
|
|||
static void lcd_sheet_menu()
|
||||
{
|
||||
MENU_BEGIN();
|
||||
MENU_ITEM_BACK_P(_T(MSG_HW_SETUP));
|
||||
MENU_ITEM_BACK_P(_i("Steel sheets"));
|
||||
|
||||
if(is_sheet_initialized(selected_sheet)){
|
||||
MENU_ITEM_SUBMENU_P(_i("Select"), change_sheet); //// c=18
|
||||
|
|
Loading…
Reference in a new issue