Browse Source

Fix mis-named language string define in Dutch

pull/1/head
Scott Lahteine 7 years ago
committed by GitHub
parent
commit
76eca9732d
  1. 2
      Marlin/language_nl.h

2
Marlin/language_nl.h

@ -124,7 +124,7 @@
#define MSG_MOTION _UxGT("Beweging")
#define MSG_FILAMENT _UxGT("Filament")
#define MSG_ADVANCE_K _UxGT("Advance K") //accepted english dutch
#define MSG_FILAMENT_ENABLED _UxGT("E in mm3")
#define MSG_VOLUMETRIC_ENABLED _UxGT("E in mm3")
#define MSG_FILAMENT_DIAM _UxGT("Fil. Dia.")
#define MSG_CONTRAST _UxGT("LCD contrast")
#define MSG_STORE_EEPROM _UxGT("Geheugen opslaan")

Loading…
Cancel
Save