소스 검색

Use "PSU" label to fit on screen

Scott Lahteine 7 년 전
부모
커밋
0a18fb735e
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    1
      Marlin/language_el.h
  2. 1
    1
      Marlin/language_en.h
  3. 1
    1
      Marlin/language_nl.h

+ 1
- 1
Marlin/language_el.h 파일 보기

@@ -199,7 +199,7 @@
199 199
 #endif
200 200
 #define MSG_INFO_MIN_TEMP                   _UxGT("Min Temp")
201 201
 #define MSG_INFO_MAX_TEMP                   _UxGT("Max Temp")
202
-#define MSG_INFO_PSU                        _UxGT("Power Supply")
202
+#define MSG_INFO_PSU                        _UxGT("PSU")
203 203
 
204 204
 #define MSG_FILAMENT_CHANGE_HEADER          _UxGT("CHANGE FILAMENT")
205 205
 #define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE  _UxGT("Extrude more")

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

@@ -820,7 +820,7 @@
820 820
   #define MSG_INFO_MAX_TEMP                   _UxGT("Max Temp")
821 821
 #endif
822 822
 #ifndef MSG_INFO_PSU
823
-  #define MSG_INFO_PSU                        _UxGT("Power Supply")
823
+  #define MSG_INFO_PSU                        _UxGT("PSU")
824 824
 #endif
825 825
 #ifndef MSG_DRIVE_STRENGTH
826 826
   #define MSG_DRIVE_STRENGTH                  _UxGT("Drive Strength")

+ 1
- 1
Marlin/language_nl.h 파일 보기

@@ -220,7 +220,7 @@
220 220
 
221 221
 #define MSG_INFO_MIN_TEMP                   _UxGT("Min Temp")
222 222
 #define MSG_INFO_MAX_TEMP                   _UxGT("Max Temp")
223
-#define MSG_INFO_PSU                        _UxGT("Power Supply")  //accepted English term in Dutch
223
+#define MSG_INFO_PSU                        _UxGT("PSU")  //accepted English term in Dutch
224 224
 
225 225
 #define MSG_DRIVE_STRENGTH                  _UxGT("Motorstroom")
226 226
 #define MSG_DAC_PERCENT                     _UxGT("Driver %")  //accepted English term in Dutch

Loading…
취소
저장