Browse Source

Click to resume

Scott Lahteine 7 years ago
parent
commit
399efd66ed
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/language_en.h

+ 1
- 1
Marlin/language_en.h View File

@@ -355,7 +355,7 @@
355 355
   #define MSG_DWELL                           _UxGT("Sleep...")
356 356
 #endif
357 357
 #ifndef MSG_USERWAIT
358
-  #define MSG_USERWAIT                        _UxGT("Wait for user...")
358
+  #define MSG_USERWAIT                        _UxGT("Click to resume...")
359 359
 #endif
360 360
 #ifndef MSG_RESUMING
361 361
   #define MSG_RESUMING                        _UxGT("Resuming print")

Loading…
Cancel
Save