Loot History -> Loot Roll History
Repooc [08-07-14 - 00:06]
Loot History -> Loot Roll History
diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua
index e7348cf..baef3c0 100644
--- a/ElvUI_SLE/locales/english.lua
+++ b/ElvUI_SLE/locales/english.lua
@@ -271,7 +271,7 @@ L['Loot Announcer'] = true
L["LOOT_DESC"] = "Will announce loot to specified chat channel at the selected loot threshold."
L["LOOTH_DESC"] = "These are options for tweaking the Loot Roll History window."
L["Loot Dropped:"] = true
-L["Loot History"] = true
+L["Loot Roll History"] = true
L["Loot Quality"] = true
L["Automatically announce in selected chat channel."] = true
L["Select chat channel to announce loot to."] = true
diff --git a/ElvUI_SLE/locales/russian.lua b/ElvUI_SLE/locales/russian.lua
index e58607c..f29dbf9 100644
--- a/ElvUI_SLE/locales/russian.lua
+++ b/ElvUI_SLE/locales/russian.lua
@@ -288,7 +288,7 @@ L['Loot Announcer'] = "Оповещение о добыче"
--Вывод осуществляется только если Вы лидер, помощник или ответственный за добычу или при зажатии левой клавиши control при осмотре трупа для принудительного вывода.]]
--L["LOOTH_DESC"] = true
L["Loot Dropped:"] = "Список добычи:"
-L["Loot History"] = "История добычи"
+L["Loot Roll History"] = "История добычи"
L["Loot Quality"] = "Качество добычи"
L["Automatically announce in selected chat channel."] = "Автоматически выводить список добычи в выбранный канал чата"
L["Select chat channel to announce loot to."] = "Канал чата, для вывода сообщений."
diff --git a/ElvUI_SLE/options/loot_c.lua b/ElvUI_SLE/options/loot_c.lua
index 1437cfd..28207ce 100644
--- a/ElvUI_SLE/options/loot_c.lua
+++ b/ElvUI_SLE/options/loot_c.lua
@@ -110,12 +110,12 @@ local function configTable()
lootwindow = {
order = 6,
type = "group",
- name = L["Loot History"],
+ name = L["Loot Roll History"],
args = {
header = {
order = 1,
type = "header",
- name = L["Loot History"],
+ name = L["Loot Roll History"],
},
info = {
order = 2,