mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 20:18:52 +00:00
Update language_en.h (#12988)
This commit is contained in:
parent
e5801b75f8
commit
dbe4126e07
@ -172,6 +172,9 @@
|
|||||||
#ifndef MSG_LASER
|
#ifndef MSG_LASER
|
||||||
#define MSG_LASER _UxGT("Laser")
|
#define MSG_LASER _UxGT("Laser")
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef MSG_LASER_MENU
|
||||||
|
#define MSG_LASER_MENU MSG_LASER _UxGT(" Control")
|
||||||
|
#endif
|
||||||
#ifndef MSG_LASER_OFF
|
#ifndef MSG_LASER_OFF
|
||||||
#define MSG_LASER_OFF MSG_LASER _UxGT(" Off")
|
#define MSG_LASER_OFF MSG_LASER _UxGT(" Off")
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user