Browse Source

Translated redundand: define MSG_INIT_SDCARD and MSG_CNG_SDCARD

AnHardt 10 years ago
parent
commit
666ad7106b
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/language_de.h

+ 2
- 2
Marlin/language_de.h View File

108
 #define MSG_CONTROL_RETRACT_RECOVERF        "UnRet  V"
108
 #define MSG_CONTROL_RETRACT_RECOVERF        "UnRet  V"
109
 #define MSG_AUTORETRACT                     "AutoRetr."
109
 #define MSG_AUTORETRACT                     "AutoRetr."
110
 #define MSG_FILAMENTCHANGE                  "Filament wechseln"
110
 #define MSG_FILAMENTCHANGE                  "Filament wechseln"
111
-#define MSG_INIT_SDCARD                     "Init. SD-Card"
112
-#define MSG_CNG_SDCARD                      "Change SD-Card"
111
+#define MSG_INIT_SDCARD                     "SDKarte erkennen"// Manually initialize the SD-card via user interface
112
+#define MSG_CNG_SDCARD                      "SDKarte erkennen"// SD-card changed by user. For machines with no autocarddetect. Both send "M21"
113
 #define MSG_ZPROBE_OUT                      "Sensor ausserhalb"
113
 #define MSG_ZPROBE_OUT                      "Sensor ausserhalb"
114
 #define MSG_POSITION_UNKNOWN                "X/Y vor Z Homen."
114
 #define MSG_POSITION_UNKNOWN                "X/Y vor Z Homen."
115
 #define MSG_ZPROBE_ZOFFSET                  "Z Offset"
115
 #define MSG_ZPROBE_ZOFFSET                  "Z Offset"

Loading…
Cancel
Save