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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2020-02-04 06:39:28 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-02-04 06:39:28 +0300
commitc482e22f3fff291183683fee29c352ef57edd166 (patch)
tree61a463955fafa9247e5e52d5de0716093ede49e1 /release
parent03a29090b57d087b7996dd25e1505537221233f9 (diff)
parentfdb68e184714f480c87c13c3c34480e9adfe4620 (diff)
Merge branch 'blender-v2.82-release'
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_physics_cloth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_physics_cloth.py b/release/scripts/startup/bl_ui/properties_physics_cloth.py
index d9713cb8608..0bf667482c4 100644
--- a/release/scripts/startup/bl_ui/properties_physics_cloth.py
+++ b/release/scripts/startup/bl_ui/properties_physics_cloth.py
@@ -230,7 +230,7 @@ class PHYSICS_PT_cloth_pressure(PhysicButtonsPanel, Panel):
col.prop(cloth, "uniform_pressure_force")
col = flow.column()
- col.prop(cloth, "use_pressure_volume", text="Custom volume")
+ col.prop(cloth, "use_pressure_volume", text="Custom Volume")
col = flow.column()
col.active = cloth.use_pressure_volume