Skip to content

Commit

Permalink
Fix an issue on multilang builds where first two charactes are not re…
Browse files Browse the repository at this point in the history
  • Loading branch information
gudnimg authored Dec 30, 2022
1 parent 85d27e6 commit 9cbf0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/ultralcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ static void lcd_menu_fails_stats_mmu()
MENU_ITEM_BACK_P(_T(MSG_MAIN));
MENU_ITEM_SUBMENU_P(_T(MSG_LAST_PRINT), lcd_menu_fails_stats_mmu_print);
MENU_ITEM_SUBMENU_P(_T(MSG_TOTAL), lcd_menu_fails_stats_mmu_total);
MENU_ITEM_SUBMENU_P(_O(PSTR("Toolchange count")), lcd_menu_toolchange_stats_mmu_total);
MENU_ITEM_SUBMENU_P(_i("Toolchange count"), lcd_menu_toolchange_stats_mmu_total);
MENU_END();
}

Expand Down

0 comments on commit 9cbf0a2

Please sign in to comment.