From b4593c912107cb81a42ae6428f2fa22a17bc24ce Mon Sep 17 00:00:00 2001 From: Repooc Date: Sat, 1 Mar 2014 01:12:58 -0500 Subject: [PATCH] Updated Changelog and changed option text for square minimap bar... Darth translate the Russian pls --- CHANGELOG.txt | 2 ++ ElvUI_SLE/locales/english.lua | 2 +- ElvUI_SLE/locales/russian.lua | 2 +- ElvUI_SLE/modules/minimap/options.lua | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6fad677..51c9be6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,8 @@ v1.83 - Fixed QuestPointer/Mapster Button in minimap. - Option to skin or not skin lfd icon +- Removed Notes Skin (Add in ElvUI AddOnSkins) +- Added Skin Mail Icon Notification v1.82 February 25, 2014 - Fixed currency datatext errors for non-english clients diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua index b9418b8..41da7de 100755 --- a/ElvUI_SLE/locales/english.lua +++ b/ElvUI_SLE/locales/english.lua @@ -297,7 +297,7 @@ L['This will determine where the coords are shown on the minimap.'] = true L['Bottom Corners'] = true L['Bottom Center'] = true L["Minimap Buttons"] = true -L['Enable/Disable minimap button skinning.'] = true +L['Enable/Disable Square Minimap Bar'] = true L['Anchor Setting'] = true L['Anchor mode for displaying the minimap buttons are skinned.'] = true L['Horizontal Bar'] = true diff --git a/ElvUI_SLE/locales/russian.lua b/ElvUI_SLE/locales/russian.lua index 2030d41..2ad01d9 100755 --- a/ElvUI_SLE/locales/russian.lua +++ b/ElvUI_SLE/locales/russian.lua @@ -292,7 +292,7 @@ L['This will determine where the coords are shown on the minimap.'] = "Опре L['Bottom Corners'] = "Нижние углы" L['Bottom Center'] = "Внизу по центру" L["Minimap Buttons"] = "Иконки у миникарты" -L['Enable/Disable minimap button skinning.'] = "Включить/выключить стилизацию иконок у миникарты." +L['Enable/Disable Square Minimap Bar'] = "Включить/выключить стилизацию иконок у миникарты." L['Anchor Setting'] = "Настрокий расположения" L['Anchor mode for displaying the minimap buttons are skinned.'] = "Место расположения иконок аддонов, когда они стилизованы." L['Horizontal Bar'] = "Горизонтальная панель" diff --git a/ElvUI_SLE/modules/minimap/options.lua b/ElvUI_SLE/modules/minimap/options.lua index 3233312..a752b5e 100755 --- a/ElvUI_SLE/modules/minimap/options.lua +++ b/ElvUI_SLE/modules/minimap/options.lua @@ -77,7 +77,7 @@ local function configTable() order = 1, type = 'toggle', name = L['Enable'], - desc = L['Enable/Disable minimap button skinning.'], + desc = L['Enable/Disable Square Minimap Bar.'], get = function(info) return E.private.sle.minimap.mapicons.enable end, set = function(info, value) E.private.sle.minimap.mapicons.enable = value; E:StaticPopup_Show("PRIVATE_RL") end, }, -- 1.7.9.5