UI: correct label

This commit is contained in:
Campbell Barton 2019-03-07 10:12:13 +11:00
parent de0f4ec315
commit a070815d12
Notes: blender-bot 2023-02-14 03:28:26 +01:00
Referenced by issue #62313, no way to remove object from master collection in 3d view
Referenced by issue #62303, Weight painting on Grease Pencil object with falloff problems
Referenced by issue #62298, bpy.ops.wm.addon_enable disappeared from Blender 2.8 Beta March 7h
Referenced by issue #62246, Blender crash when File -> Save as ...
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