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

@ -81,7 +81,7 @@ extern const char M21_STR[];
void menu_main() {
START_MENU();
BACK_ITEM(MSG_WATCH);
BACK_ITEM(MSG_INFO_SCREEN);
const bool busy = printingIsActive()
#if ENABLED(SDSUPPORT)