diff --git a/main.lua b/main.lua index d3aebf3..a69d5bc 100644 --- a/main.lua +++ b/main.lua @@ -578,7 +578,7 @@ local function UpdateTime() fsTime:SetText("Time played: " .. textCol_value .. d .. " days, " .. h .. ":" .. m .. ":" .. s); local d, h, m, s = select(1, FormatTime(time() - Trackster_timestampRunBegin)); - fsAbsTime:SetText("Time (real): " .. textCol_value .. d .. " days, " .. h .. ":" .. m .. ":" .. s); + fsAbsTime:SetText("Time real: " .. textCol_value .. d .. " days, " .. h .. ":" .. m .. ":" .. s); end