From 1226d1a13117e66c6050c72e7a302f7a356f4838 Mon Sep 17 00:00:00 2001 From: "Erik L. Vonderscheer" Date: Tue, 6 Oct 2009 05:23:08 +0000 Subject: [PATCH] LDB Tooltip cleanup and localization --- TradeFilter3.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TradeFilter3.lua b/TradeFilter3.lua index c90e362..642fd65 100644 --- a/TradeFilter3.lua +++ b/TradeFilter3.lua @@ -148,8 +148,10 @@ function TF3:FirstLogin() end local function OnTooltipShow(self) - self:AddLine("|cffeda55fRight Click|r to open config GUI") - self:AddLine("|cffeda55fLeft Click|r reset repeat count") + local hint = L["|cffeda55fRight Click|r to open config GUI.\n|cffeda55fLeft Click|r reset repeat count."] + self:AddLine(TF3.db.profile.repeats_blocked .. " " .. L["Repeats Blocked"]) + self:AddLine(" ") + self:AddLine(hint, 0.2, 1, 0.2, 1) end local function OnEnter(self) -- 1.7.9.5