From 4cb28b99a770b4c7908c8834a00a504d24cd8b94 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Mon, 4 May 2015 22:47:33 +0400 Subject: [PATCH] blah --- ElvUI_SLE/locales/russian.lua | 3 +++ ElvUI_SLE/modules/Armory/Config.lua | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ElvUI_SLE/locales/russian.lua b/ElvUI_SLE/locales/russian.lua index fa0661c..20af880 100644 --- a/ElvUI_SLE/locales/russian.lua +++ b/ElvUI_SLE/locales/russian.lua @@ -171,6 +171,9 @@ L["Socket Size"] = "Размер слотов" --Character Frame-- L["Not Enchanted"] = "Нет чар" +L['This is not profession only.'] = "Не усиление от профессии" +L['Empty Socket'] = "Пустое гнездо" +L['Average'] = "Средний ур. предметов" --Not sure if still used. Saw it in code, never saw in game --Marks-- L['Options for panels providing fast access to raid markers and flares.'] = "Опции панелей, предоставляющих быстрый доступ к рейдовым меткам и маркерам на земле." diff --git a/ElvUI_SLE/modules/Armory/Config.lua b/ElvUI_SLE/modules/Armory/Config.lua index f52595f..9436edf 100644 --- a/ElvUI_SLE/modules/Armory/Config.lua +++ b/ElvUI_SLE/modules/Armory/Config.lua @@ -1042,7 +1042,7 @@ local function LoadArmoryConfigTable() }, Gem = { type = 'group', - name = function() return IA_Color('ffffffff', 'ff787878')..L['Gem Socket'] end, + name = function() return IA_Color('ffffffff', 'ff787878')..L['Gem Sockets'] end, order = 11, guiInline = true, get = function(Info) return E.db.sle.Armory.Inspect[(Info[#Info - 1])][(Info[#Info])] end, -- 1.7.9.5