changeset 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 56de19d9bd8d
children c7b3585c73df
files Modules/Tooltip.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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