Browse Source

Fix German error (#15404)

pull/1/head
Ludy 5 years ago
committed by Scott Lahteine
parent
commit
6509dc04f5
  1. 2
      Marlin/src/lcd/language/language_de.h

2
Marlin/src/lcd/language/language_de.h

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

Loading…
Cancel
Save