diff --git a/Marlin/language_en.h b/Marlin/language_en.h index 80f17ea53..78d674c71 100644 --- a/Marlin/language_en.h +++ b/Marlin/language_en.h @@ -355,7 +355,7 @@ #define MSG_DWELL _UxGT("Sleep...") #endif #ifndef MSG_USERWAIT - #define MSG_USERWAIT _UxGT("Wait for user...") + #define MSG_USERWAIT _UxGT("Click to resume...") #endif #ifndef MSG_RESUMING #define MSG_RESUMING _UxGT("Resuming print")