Skip to content

Commit

Permalink
remove tooltip title line
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollyonn committed Jan 28, 2017
1 parent 2307b30 commit 4a57e92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ElvUI_RaidMarkers/ElvUI_RaidMarkers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ function RM:ButtonFactory()

button:SetScript("OnEnter", function(self)
GameTooltip:SetOwner(self, "ANCHOR_BOTTOM")
GameTooltip:SetText(L["ElvUI Raid Markers"])
GameTooltip:AddLine(i == 9 and L["Click to clear the mark."] or L["Click to mark the target."], 1, 1, 1)
GameTooltip:Show()
end)
Expand Down

0 comments on commit 4a57e92

Please sign in to comment.