Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'uv_magic_uv/properites.py')
-rw-r--r--uv_magic_uv/properites.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uv_magic_uv/properites.py b/uv_magic_uv/properites.py
index 3b61fcfc..d882063a 100644
--- a/uv_magic_uv/properites.py
+++ b/uv_magic_uv/properites.py
@@ -225,7 +225,7 @@ def init_props(scene):
# Align UV
scene.muv_auv_enabled = BoolProperty(
- name="Aline UV Enabled",
+ name="Align UV Enabled",
description="Align UV is enabled",
default=False
)