summaryrefslogtreecommitdiff
path: root/scripts/global.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/global.lua')
-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