To prevent Trevor bitching about it
Darthpred [04-04-14 - 20:34]
To prevent Trevor bitching about it
diff --git a/ElvUI_SLE/modules/datatexts/friends.lua b/ElvUI_SLE/modules/datatexts/friends.lua
index dbed35c..436261e 100644
--- a/ElvUI_SLE/modules/datatexts/friends.lua
+++ b/ElvUI_SLE/modules/datatexts/friends.lua
@@ -407,7 +407,7 @@ function LDB.OnEnter(self)
end
if player["CLIENT"] == "App" then
- line = tooltip:SetCell(line, 5, "|cff82c5ffDesctop Application|r")
+ line = tooltip:SetCell(line, 5, "|cff82c5ffDesktop Application|r")
line = tooltip:SetCell(line, 6, "|cff82c5ffBattle.net|r")
end
end