🎨 Fix misspelling (#23137)

This commit is contained in:
luzpaz
2021-11-17 12:09:01 -05:00
committed by Scott Lahteine
parent c2a674d2c1
commit 99f58f63f2
6 changed files with 10 additions and 10 deletions

View File

@ -4135,7 +4135,7 @@ void CrealityDWINClass::Popup_Handler(PopupID popupid, bool option/*=false*/) {
switch (popupid) {
case Pause: Draw_Popup(F("Pause Print"), F(""), F(""), Popup); break;
case Stop: Draw_Popup(F("Stop Print"), F(""), F(""), Popup); break;
case Resume: Draw_Popup(F("Resume Print?"), F("Looks Like the last"), F("print was interupted."), Popup); break;
case Resume: Draw_Popup(F("Resume Print?"), F("Looks Like the last"), F("print was interrupted."), Popup); break;
case ConfFilChange: Draw_Popup(F("Confirm Filament Change"), F(""), F(""), Popup); break;
case PurgeMore: Draw_Popup(F("Purge more filament?"), F("(Cancel to finish process)"), F(""), Popup); break;
case SaveLevel: Draw_Popup(F("Leveling Complete"), F("Save to EEPROM?"), F(""), Popup); break;