From a070815d127e3216ab607d5c44c3d8855ff47fdc Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 7 Mar 2019 10:12:13 +1100 Subject: UI: correct label --- release/scripts/startup/bl_ui/properties_object.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/properties_object.py b/release/scripts/startup/bl_ui/properties_object.py index 2a2ea7e5648..6897d47b20e 100644 --- a/release/scripts/startup/bl_ui/properties_object.py +++ b/release/scripts/startup/bl_ui/properties_object.py @@ -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 -- cgit v1.2.3