Skip to content

Commit e396ea8

Browse files
ellenspclassicrocker883
authored andcommitted
🚸 Fix ProUI hostui.notify('finished') (MarlinFirmware#26478)
1 parent d8bc0b0 commit e396ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Marlin/src/lcd/e3v2/proui/dwin.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1722,7 +1722,7 @@ void dwinPrintAborted() {
17221722
);
17231723
}
17241724
#endif
1725-
hostui.notify("Print Aborted");
1725+
TERN_(HOST_PROMPT_SUPPORT, hostui.notify(GET_TEXT_F(MSG_PRINT_ABORTED)));
17261726
dwinPrintFinished();
17271727
}
17281728

0 commit comments

Comments
 (0)