Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-03-07 02:12:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-03-07 02:12:13 +0300
commita070815d127e3216ab607d5c44c3d8855ff47fdc (patch)
treebfc3ac3f49195f60fa9e759283b1b4db7a987900 /release/scripts/startup/bl_ui/properties_object.py
parentde0f4ec315c00c9198e0cf7660517d19f0518828 (diff)
UI: correct label
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_object.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_object.py2
1 files changed, 1 insertions, 1 deletions
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