Browse Source

Add macro to some en strings

Scott Lahteine 7 years ago
parent
commit
1642f5ed31
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/language_en.h

+ 2
- 2
Marlin/language_en.h View File

@@ -139,10 +139,10 @@
139 139
   #define MSG_LEVEL_BED                       _UxGT("Level bed")
140 140
 #endif
141 141
 #ifndef MSG_MOVING
142
-  #define MSG_MOVING                          "Moving..."
142
+  #define MSG_MOVING                          _UxGT("Moving...")
143 143
 #endif
144 144
 #ifndef MSG_FREE_XY
145
-  #define MSG_FREE_XY                         "Free XY"
145
+  #define MSG_FREE_XY                         _UxGT("Free XY")
146 146
 #endif
147 147
 #ifndef MSG_MOVE_X
148 148
   #define MSG_MOVE_X                          _UxGT("Move X")

Loading…
Cancel
Save