Browse Source

Fix mis-named language string define in Dutch

Scott Lahteine 7 years ago
parent
commit
76eca9732d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/language_nl.h

+ 1
- 1
Marlin/language_nl.h View File

124
 #define MSG_MOTION                          _UxGT("Beweging")
124
 #define MSG_MOTION                          _UxGT("Beweging")
125
 #define MSG_FILAMENT                        _UxGT("Filament")
125
 #define MSG_FILAMENT                        _UxGT("Filament")
126
 #define MSG_ADVANCE_K                       _UxGT("Advance K") //accepted english dutch
126
 #define MSG_ADVANCE_K                       _UxGT("Advance K") //accepted english dutch
127
-#define MSG_FILAMENT_ENABLED                _UxGT("E in mm3")
127
+#define MSG_VOLUMETRIC_ENABLED              _UxGT("E in mm3")
128
 #define MSG_FILAMENT_DIAM                   _UxGT("Fil. Dia.")
128
 #define MSG_FILAMENT_DIAM                   _UxGT("Fil. Dia.")
129
 #define MSG_CONTRAST                        _UxGT("LCD contrast")
129
 #define MSG_CONTRAST                        _UxGT("LCD contrast")
130
 #define MSG_STORE_EEPROM                    _UxGT("Geheugen opslaan")
130
 #define MSG_STORE_EEPROM                    _UxGT("Geheugen opslaan")

Loading…
Cancel
Save