diff --git a/src/locale_EN.h b/src/locale_EN.h index 340c0386e..646fe33e2 100644 --- a/src/locale_EN.h +++ b/src/locale_EN.h @@ -228,8 +228,8 @@ MAKE_PSTR(display, "Display") MAKE_PSTR(language, "Language") MAKE_PSTR(offsetclock, "Offset clock") MAKE_PSTR(dampedtemp, "Damped outdoor temperature") -MAKE_PSTR(inttemp1, "temperature sensor 1") -MAKE_PSTR(inttemp2, "temperature sensor 2") +MAKE_PSTR(inttemp1, "Temperature sensor 1") +MAKE_PSTR(inttemp2, "Temperature sensor 2") MAKE_PSTR(intoffset, "Offset int. temperature") MAKE_PSTR(minexttemp, "Min ext. temperature") MAKE_PSTR(building, "Building")