Update language_en.h (#12988)
This commit is contained in:
parent
e5801b75f8
commit
dbe4126e07
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue