changeset 27:915a2b4cd5d5

Updated some terminology to be more consistent.
author Vynn <mischivin@gmail.com>
date Sun, 02 Apr 2017 14:24:16 -0400
parents 6c495455f069
children c5ff9082ba94
files Spotlight.lua
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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