# HG changeset patch # User Asa Ayers # Date 1278177755 25200 # Node ID e62d878c716d96676447dd5906617319b68dcb89 # Parent 56de19d9bd8d29259cca996973300f9d8c1b8373 Changed tooltip to be less confusing on the price per item. diff -r 56de19d9bd8d -r e62d878c716d Modules/Tooltip.lua --- 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