Browse Source

Fixed some messages where the text shown on the screen was more than 17 characters

Marco 11 years ago
parent
commit
498d76fd79
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/language.h

+ 3
- 3
Marlin/language.h View File

1933
 	#define MSG_AUTO_HOME "Auto home"
1933
 	#define MSG_AUTO_HOME "Auto home"
1934
 	#define MSG_SET_ORIGIN "Nulpunt instellen"
1934
 	#define MSG_SET_ORIGIN "Nulpunt instellen"
1935
 	#define MSG_PREHEAT_PLA "PLA voorverwarmen"
1935
 	#define MSG_PREHEAT_PLA "PLA voorverwarmen"
1936
-	#define MSG_PREHEAT_PLA_SETTINGS "PLA voorverw. conf"
1936
+	#define MSG_PREHEAT_PLA_SETTINGS "PLA verw. conf"
1937
 	#define MSG_PREHEAT_ABS "ABS voorverwarmen"
1937
 	#define MSG_PREHEAT_ABS "ABS voorverwarmen"
1938
-	#define MSG_PREHEAT_ABS_SETTINGS "ABS voorverw. conf"
1938
+	#define MSG_PREHEAT_ABS_SETTINGS "ABS verw. conf"
1939
 	#define MSG_COOLDOWN "Afkoelen"
1939
 	#define MSG_COOLDOWN "Afkoelen"
1940
 	#define MSG_SWITCH_PS_ON "Stroom aan"
1940
 	#define MSG_SWITCH_PS_ON "Stroom aan"
1941
 	#define MSG_SWITCH_PS_OFF "Stroom uit"
1941
 	#define MSG_SWITCH_PS_OFF "Stroom uit"
1984
 	#define MSG_YSTEPS "Ysteps/mm"
1984
 	#define MSG_YSTEPS "Ysteps/mm"
1985
 	#define MSG_ZSTEPS "Zsteps/mm"
1985
 	#define MSG_ZSTEPS "Zsteps/mm"
1986
 	#define MSG_ESTEPS "Esteps/mm"
1986
 	#define MSG_ESTEPS "Esteps/mm"
1987
-	#define MSG_RECTRACT "Rectract"
1987
+	#define MSG_RECTRACT "Terugtrekken"
1988
 	#define MSG_TEMPERATURE "Temperatuur"
1988
 	#define MSG_TEMPERATURE "Temperatuur"
1989
 	#define MSG_MOTION "Beweging"
1989
 	#define MSG_MOTION "Beweging"
1990
 	#define MSG_CONTRAST "LCD contrast"
1990
 	#define MSG_CONTRAST "LCD contrast"

Loading…
Cancel
Save