From ac5139d4d1bd65591b9384a0b51c673b005c9f74 Mon Sep 17 00:00:00 2001 From: pompachomp Date: Wed, 24 Mar 2010 16:42:01 -0400 Subject: [PATCH] Don't localize something that the client will localize --- Frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frame.lua b/Frame.lua index 9130bd0..8a77e90 100644 --- a/Frame.lua +++ b/Frame.lua @@ -2995,7 +2995,7 @@ do t.recipe_id = recipe_id t.is_expanded = true - t.text = string.format("%s%s %s", padding, hide_type and "" or addon:Rep(L[_G.REPUTATION])..":", + t.text = string.format("%s%s %s", padding, hide_type and "" or addon:Rep(_G.REPUTATION)..":", private.reputation_list[rep_id].name) tinsert(self.entries, entry_index, t) -- 1.7.9.5