[Bf-blender-cvs] [a070815d127] master: UI: correct label

Campbell Barton noreply at git.blender.org
Thu Mar 7 00:12:54 CET 2019


Commit: a070815d127e3216ab607d5c44c3d8855ff47fdc
Author: Campbell Barton
Date:   Thu Mar 7 10:12:13 2019 +1100
Branches: master
https://developer.blender.org/rBa070815d127e3216ab607d5c44c3d8855ff47fdc

UI: correct label

===================================================================

M	release/scripts/startup/bl_ui/properties_object.py

===================================================================

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



More information about the Bf-blender-cvs mailing list