Browse Source

Update language_en.h (#12988)

pull/1/head
InsanityAutomation 6 years ago
committed by Scott Lahteine
parent
commit
dbe4126e07
  1. 3
      Marlin/src/lcd/language/language_en.h

3
Marlin/src/lcd/language/language_en.h

@ -172,6 +172,9 @@
#ifndef MSG_LASER
#define MSG_LASER _UxGT("Laser")
#endif
#ifndef MSG_LASER_MENU
#define MSG_LASER_MENU MSG_LASER _UxGT(" Control")
#endif
#ifndef MSG_LASER_OFF
#define MSG_LASER_OFF MSG_LASER _UxGT(" Off")
#endif

Loading…
Cancel
Save