Optimize "Dismiss" string

This commit is contained in:
Scott Lahteine
2020-02-14 00:05:06 -06:00
parent 00ba053c90
commit 073e4443e8
6 changed files with 8 additions and 7 deletions

View File

@ -1504,7 +1504,7 @@ void MarlinUI::update() {
host_action_cancel();
#endif
#if ENABLED(HOST_PROMPT_SUPPORT)
host_prompt_open(PROMPT_INFO, PSTR("UI Aborted"), PSTR("Dismiss"));
host_prompt_open(PROMPT_INFO, PSTR("UI Aborted"), DISMISS_STR);
#endif
print_job_timer.stop();
set_status_P(GET_TEXT(MSG_PRINT_ABORTED));