From 9baa2d7dd05485fbffe065880a0d5e9d3fbafb0c Mon Sep 17 00:00:00 2001 From: Repooc Date: Fri, 27 Feb 2015 12:51:38 -0500 Subject: [PATCH] Fixed locale for the word "Texture" cough cough darth and fixed custom background for Armory --- ElvUI_SLE/locales/english.lua | 2 +- ElvUI_SLE/options/characterframe_c.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua index b3806f4..66c08cf 100644 --- a/ElvUI_SLE/locales/english.lua +++ b/ElvUI_SLE/locales/english.lua @@ -54,7 +54,7 @@ L["Sets width of the frame"] = "Wähle die breite dieses Fensters" L["Sets height of the frame"] = "Wähle die höhe dieses Fensters" L["Sets X offset of the frame"] = "Wähle den X Versatz für dieses Fenster" L["Sets Y offset of the frame"] = "Wähle den Y Versatz für dieses Fenster" -L["Texture"] = "Textur" +L["Texture"] = "Texture" L["Set the texture to use in this frame. Requirements are the same as the chat textures."] = "Wähle die Textur die für dieses Fenster benutzt wird. Empfohlen wird die selbe wie die Chat Textur." L["Backdrop Template"] = "Hintergrund Template" L["Change the template used for this backdrop."] = "Wähle das Template das für den Hintergrund benutzt wird." diff --git a/ElvUI_SLE/options/characterframe_c.lua b/ElvUI_SLE/options/characterframe_c.lua index f33ce65..8e8cdb9 100644 --- a/ElvUI_SLE/options/characterframe_c.lua +++ b/ElvUI_SLE/options/characterframe_c.lua @@ -98,7 +98,7 @@ local function configTable() get = function() return E.db.sle.characterframeoptions.image.custom end, set = function(info, value) E.db.sle.characterframeoptions.image.custom = value; - CFO:ArmoryFrame_DataSetting(); + CFO:UpdateCharacterBG() end, }, }, -- 1.7.9.5