From 399efd66ed02f7acc24c9e724f9c41cc02d6951e Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 3 May 2017 22:26:06 -0500 Subject: [PATCH] Click to resume --- Marlin/language_en.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")