Update FriendAgoSorted.xml

master
AardCrowley 2 years ago committed by GitHub
parent ba6d7cdc96
commit e1806dd4f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,7 +55,6 @@ friendsAlpha = {}
count = 0
reverse = false
--strForm = "@w%3d) - %-12s@R(Offline - %d day%s and %02d:%02d:%02d)\n"
strForm = "@w%3d) - %-12s@R(Offline - %s%02d:%02d:%02d)\n"
statForm = "@w%3d) - %-12s%s(%s)\n"
@ -119,7 +118,7 @@ function returnOutput()
local seconds = fTable.seconds
local plural = (days == 1 and "day" or "days")
if days > 0 then
dayStr = " " .. days .. " " .. plural .. " and "
dayStr = days .. " " .. plural .. " and "
end
Simulate(ColoursToANSI(string.format(strForm, i, kname, dayStr, hours, minutes, seconds)))
count = i

Loading…
Cancel
Save