Browse Source

Correct an error in lang_de

There is no way to translate "A-travel" to "A Rückzug". Thats simply
wrong.
pull/1/head
Blue-Marlin 8 years ago
parent
commit
e89f01d044
  1. 4
      Marlin/language_de.h

4
Marlin/language_de.h

@ -102,8 +102,8 @@
#define MSG_VMIN "V min"
#define MSG_VTRAV_MIN "VTrav min"
#define MSG_AMAX "A max " // space by purpose
#define MSG_A_RETRACT "A Retract"
#define MSG_A_TRAVEL "A Rückzug"
#define MSG_A_RETRACT "A Rückzug"
#define MSG_A_TRAVEL "A Reise"
#define MSG_XSTEPS "X steps/mm"
#define MSG_YSTEPS "Y steps/mm"
#define MSG_ZSTEPS "Z steps/mm"

Loading…
Cancel
Save