Info Menu: Runaway Watch state (#14827)

This commit is contained in:
Tim Moore
2019-09-28 19:53:40 -07:00
committed by Scott Lahteine
parent 81b9c7c6ee
commit 7e72768433
12 changed files with 61 additions and 10 deletions

View File

@ -1194,6 +1194,13 @@
#ifndef MSG_INFO_PROTOCOL
#define MSG_INFO_PROTOCOL _UxGT("Protocol")
#endif
#ifndef MSG_INFO_RUNAWAY_OFF
#define MSG_INFO_RUNAWAY_OFF _UxGT("Runaway Watch: OFF")
#endif
#ifndef MSG_INFO_RUNAWAY_ON
#define MSG_INFO_RUNAWAY_ON _UxGT("Runaway Watch: ON")
#endif
#ifndef MSG_CASE_LIGHT
#define MSG_CASE_LIGHT _UxGT("Case Light")
#endif