Browse Source

Fix German error (#15404)

Ludy 5 years ago
parent
commit
6509dc04f5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/language/language_de.h

+ 1
- 1
Marlin/src/lcd/language/language_de.h View File

382
 #define MSG_ERR_MINTEMP_BED                 _UxGT("BETT ") LCD_STR_THERMOMETER _UxGT(" UNTERSCHRITTEN")
382
 #define MSG_ERR_MINTEMP_BED                 _UxGT("BETT ") LCD_STR_THERMOMETER _UxGT(" UNTERSCHRITTEN")
383
 #define MSG_ERR_MAXTEMP_CHAMBER             _UxGT("Err:Gehäuse max Temp")
383
 #define MSG_ERR_MAXTEMP_CHAMBER             _UxGT("Err:Gehäuse max Temp")
384
 #define MSG_ERR_MINTEMP_CHAMBER             _UxGT("Err:Gehäuse min Temp")
384
 #define MSG_ERR_MINTEMP_CHAMBER             _UxGT("Err:Gehäuse min Temp")
385
-#define MSG_ERR_Z_HOMING                    _UxGT("Vorher XY vorher")
385
+#define MSG_ERR_Z_HOMING                    _UxGT("Vorher XY homen")
386
 #define MSG_HALTED                          _UxGT("DRUCKER GESTOPPT")
386
 #define MSG_HALTED                          _UxGT("DRUCKER GESTOPPT")
387
 #define MSG_PLEASE_RESET                    _UxGT("Bitte neustarten")
387
 #define MSG_PLEASE_RESET                    _UxGT("Bitte neustarten")
388
 #define MSG_SHORT_DAY                       _UxGT("t") // One character only
388
 #define MSG_SHORT_DAY                       _UxGT("t") // One character only

Loading…
Cancel
Save