Browse Source

Use "PSU" label to fit on screen

Scott Lahteine 7 years ago
parent
commit
0a18fb735e
3 changed files with 3 additions and 3 deletions
  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 View File

199
 #endif
199
 #endif
200
 #define MSG_INFO_MIN_TEMP                   _UxGT("Min Temp")
200
 #define MSG_INFO_MIN_TEMP                   _UxGT("Min Temp")
201
 #define MSG_INFO_MAX_TEMP                   _UxGT("Max Temp")
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
 #define MSG_FILAMENT_CHANGE_HEADER          _UxGT("CHANGE FILAMENT")
204
 #define MSG_FILAMENT_CHANGE_HEADER          _UxGT("CHANGE FILAMENT")
205
 #define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE  _UxGT("Extrude more")
205
 #define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE  _UxGT("Extrude more")

+ 1
- 1
Marlin/language_en.h View File

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

+ 1
- 1
Marlin/language_nl.h View File

220
 
220
 
221
 #define MSG_INFO_MIN_TEMP                   _UxGT("Min Temp")
221
 #define MSG_INFO_MIN_TEMP                   _UxGT("Min Temp")
222
 #define MSG_INFO_MAX_TEMP                   _UxGT("Max Temp")
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
 #define MSG_DRIVE_STRENGTH                  _UxGT("Motorstroom")
225
 #define MSG_DRIVE_STRENGTH                  _UxGT("Motorstroom")
226
 #define MSG_DAC_PERCENT                     _UxGT("Driver %")  //accepted English term in Dutch
226
 #define MSG_DAC_PERCENT                     _UxGT("Driver %")  //accepted English term in Dutch

Loading…
Cancel
Save