From aa0f91374cecd61ead3e9e13342d56bc9dadd42a Mon Sep 17 00:00:00 2001 From: Darthpred Date: Tue, 4 Mar 2014 22:32:22 +0400 Subject: [PATCH] Maybe that way? --- ElvUI_SLE/locales/english.lua | 4 ++-- ElvUI_SLE/modules/minimap/options.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua index e287aa3..a049737 100755 --- a/ElvUI_SLE/locales/english.lua +++ b/ElvUI_SLE/locales/english.lua @@ -62,8 +62,8 @@ L["Set the texture to use in this frame. Requirements are the same as the chat L["Backdrop Template"] = true L["Change the template used for this backdrop."] = true L["Default"] = true -L["Hide in Pet Battle"] = true -L["Show/Hide this frame during Pet Battles."] = true +L["Hide in Pet Battle"] = true --also in square minimap buttons +L["Show/Hide this frame during Pet Battles."] = true --also in square minimap buttons --Character Frame Options L["CFO_DESC"] = "This section will added different options/features to the character sheet. Here you can show item level and durability of your items for a quick glance." diff --git a/ElvUI_SLE/modules/minimap/options.lua b/ElvUI_SLE/modules/minimap/options.lua index 092a71b..f0b60d8 100755 --- a/ElvUI_SLE/modules/minimap/options.lua +++ b/ElvUI_SLE/modules/minimap/options.lua @@ -84,8 +84,8 @@ local function configTable() pethide = { order = 2, type = 'toggle', - name = L['Hide Pet Battles'], - desc = L['Enable/Disable Square Minimap Bar During Pet Battles.'], + name = L["Hide in Pet Battle"], + desc = L["Show/Hide this frame during Pet Battles."], get = function(info) return E.db.sle.minimap.mapicons.pethide end, set = function(info, value) E.db.sle.minimap.mapicons.pethide = value; E:GetModule('SquareMinimapButtons'):RegisterHide() end, }, -- 1.7.9.5