From 6a5526c0136171ea74c0e70007a633f27acee5c9 Mon Sep 17 00:00:00 2001 From: Jim-Bim Date: Mon, 18 May 2009 21:03:37 +0000 Subject: [PATCH] AckisRecipeList: - made "Other Realm" text localizeable and added it to wowace --- ARLFrame.lua | 2 +- Locals/testenUS.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index 27fe280..2cdd763 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -3259,7 +3259,7 @@ local function GenerateClickableTT(anchor) if other_realms then tip:AddNormalLine(" ") y, x = tip:AddLine() - tip:SetCell(y, x, "Other Realm", "change realm") + tip:SetCell(y, x, L["Other Realm"], "change realm") end elseif not click_info.name then local realm_list = tskl_list[click_info.realm] diff --git a/Locals/testenUS.lua b/Locals/testenUS.lua index e313e81..a5ae13b 100644 --- a/Locals/testenUS.lua +++ b/Locals/testenUS.lua @@ -1758,3 +1758,4 @@ L["Silverbrook Villager"] = true L["Silverbrook Hunter"] = true L["Silverbrook Defender"] = true L["ALT_TRADESKILL_DESC"] = "This will display a list of alts which have had trade skills scanned. Clicking on the alt's name will output the tradeskill to chat." +L["Other Realm"] = true \ No newline at end of file -- 1.7.9.5