From d0007e6dcf9d5462597b4c663e0518b31a43a73a Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Sun, 21 Mar 2010 05:50:06 -0400 Subject: [PATCH] Changed a concat to a format. --- Frame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frame.lua b/Frame.lua index a409e1a..78247b6 100644 --- a/Frame.lua +++ b/Frame.lua @@ -2253,7 +2253,7 @@ do local recipe_string = has_faction and recipe_entry.name or string.format("[%s] %s", _G.REPUTATION, recipe_entry.name) if exclusions[recipe_index] then - recipe_string = "** " .. recipe_string .. " **" + recipe_string = string.format("** %s **", recipe_string) end local recipe_level = recipe_entry.skill_level -- 1.7.9.5