diff Modules/Tooltip.lua @ 17:e62d878c716d

Changed tooltip to be less confusing on the price per item.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Sat, 03 Jul 2010 10:22:35 -0700
parents 44e70a3fdb19
children d21d202f3b3d
line wrap: on
line diff
--- a/Modules/Tooltip.lua	Sat Jul 03 10:05:53 2010 -0700
+++ b/Modules/Tooltip.lua	Sat Jul 03 10:22:35 2010 -0700
@@ -18,7 +18,7 @@
 
 	if investedTotal > 0 then
 		tip:AddDoubleLine("\124cffffffffIA: Total Invested", addon:FormatMoney(investedTotal));
-		tip:AddDoubleLine("\124cffffffffIA: Invested/Item (" .. count .. ")", addon:FormatMoney(ceil(investedPerItem)));
+		tip:AddDoubleLine("\124cffffffffIA: Invested per Item (own: " .. count .. ")", addon:FormatMoney(ceil(investedPerItem)));
 		tip:AddDoubleLine("\124cffffffffIA: Minimum " .. addon:GetAHFaction() .. " AH Price: ", addon:FormatMoney(ceil(investedPerItem/keep)))
 		show = true