Stop calling everyone a n00b under PVP Rank. Replaced it with "No Rank (-1)"
Scott Sibley [06-29-11 - 19:52]
Stop calling everyone a n00b under PVP Rank. Replaced it with "No Rank (-1)"
diff --git a/Localization/enUS.lua b/Localization/enUS.lua
index e8114e4..f790dca 100644
--- a/Localization/enUS.lua
+++ b/Localization/enUS.lua
@@ -192,8 +192,6 @@ L["Feats:"] = true
L["Loading Achievements..."] = true
L["PVP Rank"] = true
L["PVP Rank:"] = true
-L["Fetching..."] = true
-L["n00b {-1)"] = true
L["Alliance"] = true
L["Horde"] = true
L["Arena 2s"] = true
diff --git a/Modules/UnitTooltip/UnitTooltip.lua b/Modules/UnitTooltip/UnitTooltip.lua
index 1207ca2..fcdfc38 100644
--- a/Modules/UnitTooltip/UnitTooltip.lua
+++ b/Modules/UnitTooltip/UnitTooltip.lua
@@ -733,7 +733,7 @@ return lastPVPRank
enabled = true,
update = 300,
rightUpdating = true,
- cols = strlen("Interface\\PvPRankBadges\\PvPRank06.blp") + 50
+ cols = 50
},
[37] = {
name = L["Arena 2s"],