Fix DisplayTimeText runtimes (#36187)

This commit is contained in:
Tad Hardesty
2018-03-06 22:15:50 -05:00
committed by ShizCalev
parent 0e337c6489
commit 9b1e42f14e
+1 -1
View File
@@ -144,7 +144,7 @@ GLOBAL_VAR_INIT(rollovercheck_last_timeofday, 0)
else if(day && (!minute || !second))
hour = " and 1 hour"
else
day = "[truncate ? "hour" : "1 hour"]"
hour = "[truncate ? "hour" : "1 hour"]"
else
hour = null