From 3c1dd738988834e51e0932001abb717bdbb8bdcf Mon Sep 17 00:00:00 2001 From: Infus Date: Wed, 1 Jan 2025 03:12:56 +0100 Subject: [PATCH] Fix description of Stop Motion sub element --- WeakAurasOptions/SubRegionOptions/StopMotion.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeakAurasOptions/SubRegionOptions/StopMotion.lua b/WeakAurasOptions/SubRegionOptions/StopMotion.lua index 36cb6239ec..017339eb7d 100644 --- a/WeakAurasOptions/SubRegionOptions/StopMotion.lua +++ b/WeakAurasOptions/SubRegionOptions/StopMotion.lua @@ -318,4 +318,4 @@ local function createOptions(parentData, data, index, subIndex) return options end - WeakAuras.RegisterSubRegionOptions("substopmotion", createOptions, L["Shows a Stop Moption"]); + WeakAuras.RegisterSubRegionOptions("substopmotion", createOptions, L["Shows a Stop Motion"]);