Quantcast

A little clean up

Darthpred [12-14-14 - 12:22]
A little clean up
Filename
ElvUI_SLE/locales/russian.lua
ElvUI_SLE/modules/sledatatexts/time.lua
ElvUI_SLE/options/datatexts_c.lua
diff --git a/ElvUI_SLE/locales/russian.lua b/ElvUI_SLE/locales/russian.lua
index 2cc5668..bc4e901 100644
--- a/ElvUI_SLE/locales/russian.lua
+++ b/ElvUI_SLE/locales/russian.lua
@@ -208,16 +208,13 @@ L["Use the Shadow & Light New Item Flash instead of the default ElvUI flash"] =
 --Datatexts--
 L["Panels & Dashboard"] = "Панели и Информация"
 L["LFR Lockout"] = "Состояние ЛФР"
+L["Loot History"] = "История добычи"
 L["Raid Saves"] = "Сохранения рейдов"
 L["Show/Hide LFR lockout info in time datatext's tooltip."] = "Отображать/скрывать информацию о сохранении ЛФР"
 L["Bosses killed: "] = "Боссов убито: "
 L["You didn't select any instance to track."] = "Вы не выбрали подземелья для отслеживания"
 L["This LFR isn't available for your level/gear."] = "Это подземелье не доступно для Вашего уровня или экипировки."
 L["This raid isn't available for your level/gear."] = "Этот рейд не доступен для Вашего уровня или экипировки."
-L["Key to the Palace of Lei Shen:"] = "Ключ от дворца Лэй Шэня"
-L["Trove of the Thunder King:"] = "Сокровища Властелина Грома"
-L["Looted"] = "Получено"
-L["Not looted"] = "Не получено"
 L["SLE_AUTHOR_INFO"] = "\"Shadow & Light\" от Darth Predator'а и Repooc'а"
 L["SLE_CONTACTS"] = [=[При возникновении вопросов, предложений и прочего обращаться:
 http://git.tukui.org/repooc/elvui-shadowandlight]=]
diff --git a/ElvUI_SLE/modules/sledatatexts/time.lua b/ElvUI_SLE/modules/sledatatexts/time.lua
index f8b603f..1b10259 100644
--- a/ElvUI_SLE/modules/sledatatexts/time.lua
+++ b/ElvUI_SLE/modules/sledatatexts/time.lua
@@ -151,14 +151,6 @@ local function OnEnter(self)
 		end
 	end

-	--[[local LeiShenKey = IsQuestFlaggedCompleted(32626)
-	local Trove = IsQuestFlaggedCompleted(32609)
-
-	if level == 90 and E.db.sle.lfrshow.leishen then
-		DT.tooltip:AddDoubleLine(L["Key to the Palace of Lei Shen:"], LeiShenKey and "\124cffff0000"..L["Looted"].."\124r" or "\124cff00ff00"..L["Not looted"].."\124r", 1, 1, 1, 0.8, 0.8, 0.8)
-		DT.tooltip:AddDoubleLine(L["Trove of the Thunder King:"], Trove and "\124cffff0000"..L["Looted"].."\124r" or "\124cff00ff00"..L["Not looted"].."\124r", 1, 1, 1, 0.8, 0.8, 0.8)
-	end]]
-
 	local timeText
 	local Hr, Min, AmPm = CalculateTimeValues(true)

diff --git a/ElvUI_SLE/options/datatexts_c.lua b/ElvUI_SLE/options/datatexts_c.lua
index 5cbfcdf..b0bfd5e 100644
--- a/ElvUI_SLE/options/datatexts_c.lua
+++ b/ElvUI_SLE/options/datatexts_c.lua
@@ -280,22 +280,6 @@ local function configTable()
 							},]]
 						},
 					},
-					--[[hubs = {
-						order = 3,
-						type = "group",
-						name = L["World Loot"],
-						guiInline = true,
-						get = function(info) return E.db.sle.lfrshow[ info[#info] ] end,
-						set = function(info, value) E.db.sle.lfrshow[ info[#info] ] = value; end,
-						args = {
-							leishen = {
-								order = 1,
-								type = "toggle",
-								name = GetMapNameByID(928),
-								desc = L["Show/Hide the status of Key to the Palace of Lei Shen and Trove of the Thunder King."],
-							},
-						},
-					},]]
 				},
 			},
 			slcurrency = {