Correct an error in lang_de

There is no way to translate "A-travel" to "A Rückzug". Thats simply
wrong.
This commit is contained in:
Blue-Marlin 2016-04-27 12:59:48 +02:00
parent ad0f70f2f3
commit e89f01d044

View File

@ -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"