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 'curve_assign_shapekey.py')
-rw-r--r--curve_assign_shapekey.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/curve_assign_shapekey.py b/curve_assign_shapekey.py
index f9d8b501..1ca8d10a 100644
--- a/curve_assign_shapekey.py
+++ b/curve_assign_shapekey.py
@@ -1057,7 +1057,7 @@ class AssignShapeKeysPanel(Panel):
def draw(self, context):
layout = self.layout
- layout.label(text='Morph Curves:')
+ layout.label(text='Morph Curves:')
col = layout.column()
params = context.window_manager.AssignShapeKeyParams