Browse Source

Update language_de.h

#define MSG_ENDSTOP_ABORT  doesn't fit in Display 
See https://github.com/MarlinFirmware/Marlin/issues/5401#issuecomment-265714487
Kai 8 years ago
parent
commit
390a6d976a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/language_de.h

+ 1
- 1
Marlin/language_de.h View File

@@ -154,7 +154,7 @@
154 154
 #define MSG_BABYSTEP_X                      "Babystep X"
155 155
 #define MSG_BABYSTEP_Y                      "Babystep Y"
156 156
 #define MSG_BABYSTEP_Z                      "Babystep Z"
157
-#define MSG_ENDSTOP_ABORT                   "Endstopp-Abbr. ein"
157
+#define MSG_ENDSTOP_ABORT                   "Endstopp-Abbr."
158 158
 #define MSG_HEATING_FAILED_LCD              "HEIZEN FEHLGESCHLAGEN"
159 159
 #define MSG_ERR_REDUNDANT_TEMP              "REDUND. TEMPERATURABWEICHUNG"
160 160
 #define MSG_THERMAL_RUNAWAY                 LCD_STR_THERMOMETER " NICHT ERREICHT"

Loading…
Cancel
Save