From 8318981f4eedebe3de32b9225b4eebc3ef78fbad Mon Sep 17 00:00:00 2001 From: proddy Date: Tue, 6 Apr 2021 18:39:32 +0200 Subject: [PATCH] formatting --- src/locale_EN.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/locale_EN.h b/src/locale_EN.h index ec3ab2e76..206726080 100644 --- a/src/locale_EN.h +++ b/src/locale_EN.h @@ -359,7 +359,7 @@ MAKE_PSTR_LIST(wWStarts, F("wwstarts"), F("# starts")) MAKE_PSTR_LIST(wWStarts2, F("wwstarts2"), F("# control starts")) MAKE_PSTR_LIST(wWWorkM, F("wwworkm"), F("active time")) -//thermostat +// thermostat // extra commands MAKE_PSTR(remoteTemp, "remotetemp") MAKE_PSTR(pause, "pause") @@ -367,7 +367,6 @@ MAKE_PSTR(party, "party") MAKE_PSTR(switchtime, "switchtime") MAKE_PSTR(temp, "temp") - MAKE_PSTR_LIST(dateTime, F("datetime"), F("date/time")) MAKE_PSTR_LIST(errorCode, F("errorcode"), F("error code")) @@ -391,7 +390,7 @@ MAKE_PSTR_LIST(wwSetTempLow, F("wwsettemplow"), F("warm water set temperature lo MAKE_PSTR_LIST(wwExtra1, F("wwextra1"), F("warm water circuit 1 extra")) MAKE_PSTR_LIST(wwExtra2, F("wwextra2"), F("warm water circuit 2 extra")) -MAKE_PSTR_LIST(setpoint_roomTemp, F("seltemp"), F("setpoint room temperature")) +MAKE_PSTR_LIST(setpoint_roomTemp, F("seltemp"), F("selected room temperature")) MAKE_PSTR_LIST(curr_roomTemp, F("currtemp"), F("current room temperature")) MAKE_PSTR_LIST(mode, F("mode"), F("mode"))