UI: correct label

This commit is contained in:
Campbell Barton 2019-03-07 10:12:13 +11:00
parent de0f4ec315
commit a070815d12
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ from .properties_animviz import (
class OBJECT_PT_instancing_size(ObjectButtonsPanel, Panel):
bl_label = "Scale to Face Size"
bl_label = "Scale by Face Size"
bl_parent_id = "OBJECT_PT_instancing"
@classmethod