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:
-rw-r--r--release/scripts/startup/bl_ui/properties_particle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_particle.py b/release/scripts/startup/bl_ui/properties_particle.py
index 128c15dcc69..97767888e43 100644
--- a/release/scripts/startup/bl_ui/properties_particle.py
+++ b/release/scripts/startup/bl_ui/properties_particle.py
@@ -1384,7 +1384,7 @@ class PARTICLE_PT_render_collection(ParticleButtonsPanel, Panel):
col = layout.column()
- col.prop(part, "instance_collection")
+ col.prop(part, "instance_collection", text="Instance Collection")
col.prop(part, "use_whole_collection")
sub = col.column()