Followup to German language update

This commit is contained in:
Scott Lahteine 2017-06-10 16:27:39 -05:00
parent 6c9b5ab8e8
commit fc89de6d8b

View file

@ -221,7 +221,6 @@
#define MSG_CASE_LIGHT _UxGT("Beleuchtung") #define MSG_CASE_LIGHT _UxGT("Beleuchtung")
#define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Helligkeit") #define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Helligkeit")
#if ENABLED(AUTO_BED_LEVELING_UBL)
#define MSG_UBL_DOING_G29 _UxGT("G29 UBL läuft!") #define MSG_UBL_DOING_G29 _UxGT("G29 UBL läuft!")
#define MSG_UBL_UNHOMED _UxGT("Erst XYZ homen") #define MSG_UBL_UNHOMED _UxGT("Erst XYZ homen")
#define MSG_UBL_TOOLS _UxGT("UBL Tools") #define MSG_UBL_TOOLS _UxGT("UBL Tools")
@ -278,7 +277,6 @@
#define MSG_UBL_SAVE_ERROR _UxGT("ERR:UBL speichern") #define MSG_UBL_SAVE_ERROR _UxGT("ERR:UBL speichern")
#define MSG_UBL_RESTORE_ERROR _UxGT("ERR:UBL wiederherst.") #define MSG_UBL_RESTORE_ERROR _UxGT("ERR:UBL wiederherst.")
#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Versatz angehalten") #define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Versatz angehalten")
#endif // AUTO_BED_LEVELING_UBL
#if LCD_WIDTH >= 20 #if LCD_WIDTH >= 20
#define MSG_INFO_PRINT_COUNT _UxGT("Gesamte Drucke") #define MSG_INFO_PRINT_COUNT _UxGT("Gesamte Drucke")