From a19778bae631ed166065c9fded3aa3e556df97b4 Mon Sep 17 00:00:00 2001 From: Scott Sibley Date: Sun, 19 Jun 2011 19:06:39 +0000 Subject: [PATCH] Move text around some --- Modules/UnitTooltip/UnitTooltip.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/UnitTooltip/UnitTooltip.lua b/Modules/UnitTooltip/UnitTooltip.lua index b783a5a..4ed28b2 100644 --- a/Modules/UnitTooltip/UnitTooltip.lua +++ b/Modules/UnitTooltip/UnitTooltip.lua @@ -723,7 +723,7 @@ if pvp then elseif fctn == L["Horde"] then fctn = L["Alliance"] end - return (pvp.text and Texture(pvp.texture, 12) .. pvp.text or Texture("Interface\\PvPRankBadges\\PvPRank"..fctn..".blp", 12) .. L["n00b (-1)"]) .. " HKs " .. pvp.lifetimeHK + return (pvp.text and Texture(pvp.texture, 12) .. pvp.text or Texture("Interface\\PvPRankBadges\\PvPRank"..fctn..".blp", 12) .. L["n00b (-1)"]) .. " - " .. pvp.lifetimeHK .. " HKs" else return L["Fetching..."] end -- 1.7.9.5