Browse Source

Add missing MSG_PAUSE_PRINT_INIT_1 for en

Scott Lahteine 6 years ago
parent
commit
ab8052887f
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Marlin/src/lcd/language/language_en.h

+ 3
- 0
Marlin/src/lcd/language/language_en.h View File

1362
   #ifndef MSG_ADVANCED_PAUSE_WAITING_1
1362
   #ifndef MSG_ADVANCED_PAUSE_WAITING_1
1363
     #define MSG_ADVANCED_PAUSE_WAITING_1      _UxGT("Click to continue")
1363
     #define MSG_ADVANCED_PAUSE_WAITING_1      _UxGT("Click to continue")
1364
   #endif
1364
   #endif
1365
+  #ifndef MSG_PAUSE_PRINT_INIT_1
1366
+    #define MSG_PAUSE_PRINT_INIT_1            _UxGT("Parking...")
1367
+  #endif
1365
   #ifndef MSG_FILAMENT_CHANGE_INIT_1
1368
   #ifndef MSG_FILAMENT_CHANGE_INIT_1
1366
     #define MSG_FILAMENT_CHANGE_INIT_1        _UxGT("Please wait...")
1369
     #define MSG_FILAMENT_CHANGE_INIT_1        _UxGT("Please wait...")
1367
   #endif
1370
   #endif

Loading…
Cancel
Save