Browse Source

Correct an error in lang_de

There is no way to translate "A-travel" to "A Rückzug". Thats simply
wrong.
Blue-Marlin 8 years ago
parent
commit
e89f01d044
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/language_de.h

+ 2
- 2
Marlin/language_de.h View File

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

Loading…
Cancel
Save