🌐 Rename "LCD Timeout" string

This commit is contained in:
Scott Lahteine 2022-04-03 16:53:39 -05:00
parent 19838d97be
commit 90289b0ca0
5 changed files with 5 additions and 5 deletions

View file

@ -546,7 +546,7 @@ void menu_configuration() {
// Set display backlight / sleep timeout
//
#if LCD_BACKLIGHT_TIMEOUT && LCD_BKL_TIMEOUT_MIN < LCD_BKL_TIMEOUT_MAX
EDIT_ITEM(uint16_4, MSG_LCD_BKL_TIMEOUT, &ui.lcd_backlight_timeout, LCD_BKL_TIMEOUT_MIN, LCD_BKL_TIMEOUT_MAX, ui.refresh_backlight_timeout);
EDIT_ITEM(uint16_4, MSG_LCD_TIMEOUT_SEC, &ui.lcd_backlight_timeout, LCD_BKL_TIMEOUT_MIN, LCD_BKL_TIMEOUT_MAX, ui.refresh_backlight_timeout);
#endif
#if ENABLED(FWRETRACT)