summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2013-11-27 10:00:14 +0100
committerHugues Hiegel <hugues@hiegel.fr>2013-11-27 10:00:14 +0100
commita22a3d9da2f77f0273c5178bd13e79a0cd643c4e (patch)
treef2293d0335bb045cd4e879767417e90e6a302882
parentbd4acb769e46f52c03098e4cd97aae897073002c (diff)
Not gallons. Farenheits.
-rw-r--r--scripts/global.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/global.lua b/scripts/global.lua
index 867e73e..073c1e3 100644
--- a/scripts/global.lua
+++ b/scripts/global.lua
@@ -372,7 +372,7 @@ end
function GetTemp(tmp, selector)
if tmp == nil then tmp = 0 end
if selector then
- -- gallons
+ -- Farenheits
return CtoF( tmp)
else
return tmp