Browse Source

Back port language translation

Richard Wackerbarth 8 years ago
parent
commit
e2da2b4105
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/language_nl.h

+ 2
- 2
Marlin/language_nl.h View File

@@ -121,8 +121,8 @@
121 121
 #define MSG_BABYSTEP_Y                      "Babystap Y"
122 122
 #define MSG_BABYSTEP_Z                      "Babystap Z"
123 123
 #define MSG_ENDSTOP_ABORT                   "Endstop afbr."
124
-#define MSG_END_HOUR                        "hours"
125
-#define MSG_END_MINUTE                      "minutes"
124
+#define MSG_END_HOUR                        "uur"
125
+#define MSG_END_MINUTE                      "minuten"
126 126
 
127 127
 #if ENABLED(DELTA_CALIBRATION_MENU)
128 128
   #define MSG_DELTA_CALIBRATE               "Delta Calibratie"

Loading…
Cancel
Save