소스 검색

Add macro to some en strings

Scott Lahteine 8 년 전
부모
커밋
1642f5ed31
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      Marlin/language_en.h

+ 2
- 2
Marlin/language_en.h 파일 보기

@@ -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…
취소
저장