diff -r 8f159cd4f5fc -r 9167ad4c2e77 brewco/prompt.c --- a/brewco/prompt.c Sun Dec 27 17:18:58 2015 +0100 +++ b/brewco/prompt.c Sun Dec 27 17:52:26 2015 +0100 @@ -61,7 +61,7 @@ break; case 104: snprintf(message, Config.lcd_cols + 1, " MANUAL MODE "); break; - case 111: snprintf(message, Config.lcd_cols + 1, "AUTO --> Mash In "); + case 111: snprintf(message, Config.lcd_cols + 1, "AUTO --> Prepare "); break; case 112: snprintf(message, Config.lcd_cols + 1, "AUTO --> Phytase "); break;