Better EEPROM alert message

This commit is contained in:
Scott Lahteine
2020-05-10 00:37:19 -05:00
parent 52aa459a2d
commit 71b41c963b
2 changed files with 6 additions and 2 deletions

View File

@@ -1540,7 +1540,7 @@ void MarlinUI::update() {
#if HAS_LCD_MENU
editable.uint8 = msgid;
goto_screen([]{
PGM_P const restore_msg = GET_TEXT(MSG_RESTORE_DEFAULTS);
PGM_P const restore_msg = GET_TEXT(MSG_INIT_EEPROM);
char msg[utf8_strlen_P(restore_msg) + 1];
strcpy_P(msg, restore_msg);
MenuItem_confirm::select_screen(