Browse Source

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

Marek Bel 4 years ago
parent
commit
abf84e36f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Firmware/ultralcd.cpp

+ 1 - 1
Firmware/ultralcd.cpp

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