Browse Source

MSG_AUTO_HOME = 'Auto Nullpunkt' ->'Home'

AnHardt 10 years ago
parent
commit
0e8836ce5e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/language_de.h

+ 1
- 1
Marlin/language_de.h View File

@@ -14,7 +14,7 @@
14 14
 #define MSG_MAIN                            "Hauptmenü"
15 15
 #define MSG_AUTOSTART                       "Autostart"
16 16
 #define MSG_DISABLE_STEPPERS                "Motoren Aus" // M84
17
-#define MSG_AUTO_HOME                       "Auto Nullpunkt"
17
+#define MSG_AUTO_HOME                       "Home" // G28
18 18
 #define MSG_SET_HOME_OFFSETS                "Set home offsets"
19 19
 #define MSG_SET_ORIGIN                      "Setze Nullpunkt"
20 20
 #define MSG_PREHEAT_PLA                     "Vorwärmen PLA"

Loading…
Cancel
Save