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