Browse Source

Click to resume

Scott Lahteine 8 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
   #define MSG_DWELL                           _UxGT("Sleep...")
355
   #define MSG_DWELL                           _UxGT("Sleep...")
356
 #endif
356
 #endif
357
 #ifndef MSG_USERWAIT
357
 #ifndef MSG_USERWAIT
358
-  #define MSG_USERWAIT                        _UxGT("Wait for user...")
358
+  #define MSG_USERWAIT                        _UxGT("Click to resume...")
359
 #endif
359
 #endif
360
 #ifndef MSG_RESUMING
360
 #ifndef MSG_RESUMING
361
   #define MSG_RESUMING                        _UxGT("Resuming print")
361
   #define MSG_RESUMING                        _UxGT("Resuming print")

Loading…
Cancel
Save