From e1ca3cca066c25042bb0a6052ed9162ed6989cea Mon Sep 17 00:00:00 2001 From: Repooc Date: Thu, 26 Jul 2012 00:20:10 -0500 Subject: [PATCH] Updated petbar autocast mispelling Signed-off-by: Repooc --- ElvUI_SLE/core/options.lua | 2 +- ElvUI_SLE/locales/english.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ElvUI_SLE/core/options.lua b/ElvUI_SLE/core/options.lua index fbb2147..f69322f 100644 --- a/ElvUI_SLE/core/options.lua +++ b/ElvUI_SLE/core/options.lua @@ -46,7 +46,7 @@ E.Options.args.sle = { order = 5, type = "toggle", name = L["Pet autocast corners"], - desc = L["Show/hide tringles in corners of autocastable buttons."], + desc = L["Show/hide triangles in corners of autocastable buttons."], get = function(info) return E.db.sle.petbar.autocast end, set = function(info, value) E.db.sle.petbar.autocast = value; AB:UpdatePet() end }, diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua index 49f581b..cb4c99d 100644 --- a/ElvUI_SLE/locales/english.lua +++ b/ElvUI_SLE/locales/english.lua @@ -158,7 +158,7 @@ L["Show/Hide Skada backdrop."] = "Show/Hide Skada backdrop." L["Show/hide the text with exact number of your Solar/Lunar energy on your Classbar."] = "Show/hide the text with exact number of your Solar/Lunar energy on your Classbar." L["Show/Hide this frame."] = "Show/Hide this frame." L["Show/Hide this panel."] = "Show/Hide this panel." -L["Show/hide tringles in corners of autocastable buttons."] = "Show/hide tringles in corners of autocastable buttons." +L["Show/hide triangles in corners of autocastable buttons."] = "Show/hide triangles in corners of autocastable buttons." L["Show/Hide UI buttons."] = "Show/Hide UI buttons." L["Show/Hide XP-Rep Info."] = "Show/Hide XP-Rep Info." L["Show on mouse over."] = "Show on mouse over." -- 1.7.9.5