[Bf-blender-cvs] [301accd63e0] master: Cleanup: improve description wording

Campbell Barton noreply at git.blender.org
Tue Jun 18 13:06:22 CEST 2019


Commit: 301accd63e00a5a7799698ae62f554895d0ffe59
Author: Campbell Barton
Date:   Tue Jun 18 20:59:20 2019 +1000
Branches: master
https://developer.blender.org/rB301accd63e00a5a7799698ae62f554895d0ffe59

Cleanup: improve description wording

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

M	source/blender/makesrna/intern/rna_curve.c

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

diff --git a/source/blender/makesrna/intern/rna_curve.c b/source/blender/makesrna/intern/rna_curve.c
index 097ff2d1dd7..310a335ba4c 100644
--- a/source/blender/makesrna/intern/rna_curve.c
+++ b/source/blender/makesrna/intern/rna_curve.c
@@ -1724,7 +1724,7 @@ static void rna_def_curve(BlenderRNA *brna)
   prop = RNA_def_property(srna, "use_map_taper", PROP_BOOLEAN, PROP_NONE);
   RNA_def_property_boolean_sdna(prop, NULL, "flag", CU_MAP_TAPER);
   RNA_def_property_ui_text(
-      prop, "Map Taper", "Map effect of taper object on actually beveled curve");
+      prop, "Map Taper", "Map effect of the taper object to the beveled part of the curve");
   RNA_def_property_update(prop, 0, "rna_Curve_update_data");
 
   /* texture space */



More information about the Bf-blender-cvs mailing list