[Bf-blender-cvs] [34c474e6954] master: Fix T54997: simple typo in property description

Philipp Oeser noreply at git.blender.org
Wed May 9 14:35:36 CEST 2018


Commit: 34c474e695416bd07efae3502101ca549890c7bb
Author: Philipp Oeser
Date:   Wed May 9 14:26:47 2018 +0200
Branches: master
https://developer.blender.org/rB34c474e695416bd07efae3502101ca549890c7bb

Fix T54997: simple typo in property description

===================================================================

M	source/blender/editors/physics/particle_edit.c

===================================================================

diff --git a/source/blender/editors/physics/particle_edit.c b/source/blender/editors/physics/particle_edit.c
index 2f18a0cd4c0..c05bf4f7dea 100644
--- a/source/blender/editors/physics/particle_edit.c
+++ b/source/blender/editors/physics/particle_edit.c
@@ -2609,7 +2609,7 @@ void PARTICLE_OT_remove_doubles(wmOperatorType *ot)
 
 	/* properties */
 	RNA_def_float(ot->srna, "threshold", 0.0002f, 0.0f, FLT_MAX,
-	              "Merge Distance", "Threshold distance withing which particles are removed", 0.00001f, 0.1f);
+	              "Merge Distance", "Threshold distance within which particles are removed", 0.00001f, 0.1f);
 }



More information about the Bf-blender-cvs mailing list