MSG_WATCH => MSG_INFO_SCREEN

This commit is contained in:
Scott Lahteine
2020-01-03 19:46:05 -06:00
parent 00e27503ce
commit aa4db785f2
33 changed files with 41 additions and 41 deletions

View File

@@ -314,7 +314,7 @@ namespace Language_en {
PROGMEM Language_Str MSG_MEDIA_UPDATE = _UxGT("Media Update");
PROGMEM Language_Str MSG_RESET_PRINTER = _UxGT("Reset Printer");
PROGMEM Language_Str MSG_REFRESH = LCD_STR_REFRESH _UxGT("Refresh");
PROGMEM Language_Str MSG_WATCH = _UxGT("Info Screen");
PROGMEM Language_Str MSG_INFO_SCREEN = _UxGT("Info Screen");
PROGMEM Language_Str MSG_PREPARE = _UxGT("Prepare");
PROGMEM Language_Str MSG_TUNE = _UxGT("Tune");
PROGMEM Language_Str MSG_START_PRINT = _UxGT("Start Print");