# HG changeset patch # User Vynn # Date 1491157456 14400 # Node ID 915a2b4cd5d545975d4d03b3413bb0493771c7e8 # Parent 6c495455f0694ed5cfdb3dc009d3335e3cda1cc5 Updated some terminology to be more consistent. diff -r 6c495455f069 -r 915a2b4cd5d5 Spotlight.lua --- a/Spotlight.lua Sun Apr 02 14:22:45 2017 -0400 +++ b/Spotlight.lua Sun Apr 02 14:24:16 2017 -0400 @@ -29,7 +29,7 @@ if not Spotlight.Status[key].Completed then print(" " .. ICONS[tostring(key)] .. " |cffe5cc80" .. key .. " - " .. Spotlight.Format(key, false) .. " (" .. Spotlight.Format(key, true) .. ")|r"); else - print(" " .. ICONS[tostring(key)] .. " |cffe5cc80" .. key .. " - |cff00ff00Completed!|r"); + print(" " .. ICONS[tostring(key)] .. " |cffe5cc80" .. key .. " - |cff00ff00Unlocked!|r"); end end end @@ -144,7 +144,7 @@ if not Spotlight.Status[k].Completed then self:AddDoubleLine(ICONS[tostring(k)] .. " " .. k .. ":", Spotlight.Format(k, false) .. " (" .. Spotlight.Format(k, true) .. ")"); else - self:AddDoubleLine(ICONS[tostring(k)] .. " " .. k .. ":", "|cff00ff00Completed!|r"; + self:AddDoubleLine(ICONS[tostring(k)] .. " " .. k .. ":", "|cff00ff00Unlocked!|r"; end end