From 2edd32c168d32895a2dee3a4e13aa7979049fd1b Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sun, 6 Jan 2019 18:21:57 +0100 Subject: Fix typo. --- release/scripts/startup/bl_ui/properties_physics_softbody.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release') 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, -- cgit v1.2.3