Quantcast

Updated petbar autocast mispelling

Repooc [07-26-12 - 05:20]
Updated petbar autocast mispelling

Signed-off-by: Repooc <repooc@tukui.org>
Filename
ElvUI_SLE/core/options.lua
ElvUI_SLE/locales/english.lua
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."