Fixed locale for the word "Texture" cough cough darth and fixed custom background for Armory
Repooc [02-27-15 - 17:51]
Fixed locale for the word "Texture" cough cough darth and fixed custom background for Armory
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,
},
},