Browse Source

Add macro to some en strings

pull/1/head
Scott Lahteine 8 years ago
parent
commit
1642f5ed31
  1. 4
      Marlin/language_en.h

4
Marlin/language_en.h

@ -139,10 +139,10 @@
#define MSG_LEVEL_BED _UxGT("Level bed") #define MSG_LEVEL_BED _UxGT("Level bed")
#endif #endif
#ifndef MSG_MOVING #ifndef MSG_MOVING
#define MSG_MOVING "Moving..." #define MSG_MOVING _UxGT("Moving...")
#endif #endif
#ifndef MSG_FREE_XY #ifndef MSG_FREE_XY
#define MSG_FREE_XY "Free XY" #define MSG_FREE_XY _UxGT("Free XY")
#endif #endif
#ifndef MSG_MOVE_X #ifndef MSG_MOVE_X
#define MSG_MOVE_X _UxGT("Move X") #define MSG_MOVE_X _UxGT("Move X")

Loading…
Cancel
Save