Skip to content
Snippets Groups Projects
Commit ab805288 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Add missing MSG_PAUSE_PRINT_INIT_1 for en

parent 12d340cf
Branches
Tags
No related merge requests found
...@@ -1362,6 +1362,9 @@ ...@@ -1362,6 +1362,9 @@
#ifndef MSG_ADVANCED_PAUSE_WAITING_1 #ifndef MSG_ADVANCED_PAUSE_WAITING_1
#define MSG_ADVANCED_PAUSE_WAITING_1 _UxGT("Click to continue") #define MSG_ADVANCED_PAUSE_WAITING_1 _UxGT("Click to continue")
#endif #endif
#ifndef MSG_PAUSE_PRINT_INIT_1
#define MSG_PAUSE_PRINT_INIT_1 _UxGT("Parking...")
#endif
#ifndef MSG_FILAMENT_CHANGE_INIT_1 #ifndef MSG_FILAMENT_CHANGE_INIT_1
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Please wait...") #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Please wait...")
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment