Browse Source

Update language_de.h

Small corrections
Kai 7 years ago
parent
commit
25dae3bccc
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/language_de.h

+ 3
- 3
Marlin/language_de.h View File

@@ -190,8 +190,8 @@
190 190
 #define MSG_INFO_PRINTER_MENU               _UxGT("Drucker Info")
191 191
 #define MSG_INFO_STATS_MENU                 _UxGT("Drucker Stat.")
192 192
 #define MSG_INFO_BOARD_MENU                 _UxGT("Board Info")
193
-#define MSG_INFO_THERMISTOR_MENU            _UxGT("Thermistors")
194
-#define MSG_INFO_EXTRUDERS                  _UxGT("Extruders")
193
+#define MSG_INFO_THERMISTOR_MENU            _UxGT("Thermistoren")
194
+#define MSG_INFO_EXTRUDERS                  _UxGT("Extruder")
195 195
 #define MSG_INFO_BAUDRATE                   _UxGT("Baud")
196 196
 #define MSG_INFO_PROTOCOL                   _UxGT("Protokoll")
197 197
 #define MSG_LIGHTS_ON                       _UxGT("Gehäuse Licht an")
@@ -226,7 +226,7 @@
226 226
 #if LCD_HEIGHT >= 4
227 227
   // Up to 3 lines allowed
228 228
   #define MSG_FILAMENT_CHANGE_INIT_1          _UxGT("Warte auf den")
229
-  #define MSG_FILAMENT_CHANGE_INIT_2          _UxGT("Start des ")
229
+  #define MSG_FILAMENT_CHANGE_INIT_2          _UxGT("Start des")
230 230
   #define MSG_FILAMENT_CHANGE_INIT_3          _UxGT("Filamentwechsels")
231 231
   #define MSG_FILAMENT_CHANGE_UNLOAD_1        _UxGT("Warte auf")
232 232
   #define MSG_FILAMENT_CHANGE_UNLOAD_2        _UxGT("Herausnahme")

Loading…
Cancel
Save