Quantcast

Updated Changelog and changed option text for square minimap bar... Darth translate the Russian pls

Repooc [03-01-14 - 06:12]
Updated Changelog and changed option text for square minimap bar... Darth translate the Russian pls
Filename
CHANGELOG.txt
ElvUI_SLE/locales/english.lua
ElvUI_SLE/locales/russian.lua
ElvUI_SLE/modules/minimap/options.lua
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,
 					},