# HG changeset patch # User Michiel Broek # Date 1414589813 -3600 # Node ID d74b56ae669ec5854c4f6ee67c52cc92047ea336 # Parent edb0b4da491acddcf6dca8ee65b47b6612660771 Corrected margin labels diff -r edb0b4da491a -r d74b56ae669e www-thermferm/units.php --- a/www-thermferm/units.php Sat Oct 25 21:16:25 2014 +0200 +++ b/www-thermferm/units.php Wed Oct 29 14:36:53 2014 +0100 @@ -463,13 +463,13 @@ if ($f[0] == "IDLE_RANGE_L") { $outstr .= ' '.PHP_EOL; $outstr .= ' Idle Range Low'.PHP_EOL; - $outstr .= ' °C (Heater margin)'.PHP_EOL; + $outstr .= ' °C (Cooler margin)'.PHP_EOL; $outstr .= ' '.PHP_EOL; } if ($f[0] == "IDLE_RANGE_H") { $outstr .= ' '.PHP_EOL; $outstr .= ' Idle Range High'.PHP_EOL; - $outstr .= ' °C (Cooler margin)'.PHP_EOL; + $outstr .= ' °C (Heater margin)'.PHP_EOL; $outstr .= ' '.PHP_EOL; } $i++;