Quantcast

AckisRecipeList:

Jim-Bim [05-18-09 - 21:03]
AckisRecipeList:
- made "Other Realm" text localizeable and added it to wowace
Filename
ARLFrame.lua
Locals/testenUS.lua
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