Fix sheet menu back caption to Steel sheets to match parent menu caption.

This commit is contained in:
Marek Bel 2019-08-29 20:23:02 +02:00
parent d647cdc02c
commit abf84e36f5

View file

@ -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