Update language_en.h (#12988)

This commit is contained in:
InsanityAutomation 2019-01-23 00:32:01 -05:00 committed by Scott Lahteine
parent e5801b75f8
commit dbe4126e07

View file

@ -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