We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9e890 commit 63fba61Copy full SHA for 63fba61
Marlin/src/module/temperature.cpp
@@ -1814,7 +1814,7 @@ void Temperature::mintemp_error(const heater_id_t heater_id) {
1814
// Make sure temperature is decreasing
1815
if (watch_cooler.elapsed(ms)) { // Time to check the cooler?
1816
if (degCooler() > watch_cooler.target) // Failed to decrease enough?
1817
- _temp_error(H_COOLER, GET_TEXT_F(MSG_COOLING_FAILED), GET_TEXT_F(MSG_COOLING_FAILED));
+ _temp_error(H_COOLER, GET_EN_TEXT_F(MSG_COOLING_FAILED), GET_TEXT_F(MSG_COOLING_FAILED));
1818
else
1819
start_watching_cooler(); // Start again if the target is still far off
1820
}
0 commit comments