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:
authorBastien Montagne <montagne29@wanadoo.fr>2019-01-06 20:21:57 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-01-06 20:21:57 +0300
commit2edd32c168d32895a2dee3a4e13aa7979049fd1b (patch)
treee967366cf096cd5fbd9e80269050e6c3b08cd772 /release/scripts/startup/bl_ui/properties_physics_softbody.py
parente7d8b945cec7813012d1c4e2623f4074b7cb5665 (diff)
Fix typo.
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_physics_softbody.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_physics_softbody.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/properties_physics_softbody.py b/release/scripts/startup/bl_ui/properties_physics_softbody.py
index 12fb2973b4f..d7b222523e3 100644
--- a/release/scripts/startup/bl_ui/properties_physics_softbody.py
+++ b/release/scripts/startup/bl_ui/properties_physics_softbody.py
@@ -141,7 +141,7 @@ class PHYSICS_PT_softbody_goal(PhysicButtonsPanel, Panel):
layout.prop_search(softbody, "vertex_group_goal", ob, "vertex_groups", text="Vertex Group")
-class PHYSICS_PT_softbody_goal_strenghts(PhysicButtonsPanel, Panel):
+class PHYSICS_PT_softbody_goal_strengths(PhysicButtonsPanel, Panel):
bl_label = "Strengths"
bl_parent_id = 'PHYSICS_PT_softbody_goal'
bl_options = {'DEFAULT_CLOSED'}
@@ -406,7 +406,7 @@ classes = (
PHYSICS_PT_softbody_cache,
PHYSICS_PT_softbody_goal,
PHYSICS_PT_softbody_goal_settings,
- PHYSICS_PT_softbody_goal_strenghts,
+ PHYSICS_PT_softbody_goal_strengths,
PHYSICS_PT_softbody_edge,
PHYSICS_PT_softbody_edge_aerodynamics,
PHYSICS_PT_softbody_edge_stiffness,