From f42d5a872e7eefa07b0b74d4eb2bd880d6fb587f Mon Sep 17 00:00:00 2001
From: Daniel Salazar <zanqdo@gmail.com>
Date: Fri, 17 Jun 2022 15:58:04 -0600
Subject: [PATCH] AnimAll: Vertex Group should be singular since it only
 affects the active one

---
 animation_animall.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/animation_animall.py b/animation_animall.py
index a72ac33e0..775103a71 100644
--- a/animation_animall.py
+++ b/animation_animall.py
@@ -58,7 +58,7 @@ class AnimallProperties(bpy.types.PropertyGroup):
         default=False
     )
     key_vgroups: BoolProperty(
-        name="Vertex Groups",
+        name="Vertex Group",
         description="Insert keyframes on active Vertex group values",
         default=False
     )
-- 
GitLab