[Bf-blender-cvs] [9609828000e] master: Tssst, we use USA english, not Oxford one... :P

Bastien Montagne noreply at git.blender.org
Wed Oct 4 12:43:09 CEST 2017


Commit: 9609828000e324ae97f94357ff1c189f7afed93c
Author: Bastien Montagne
Date:   Wed Oct 4 12:42:33 2017 +0200
Branches: master
https://developer.blender.org/rB9609828000e324ae97f94357ff1c189f7afed93c

Tssst, we use USA english, not Oxford one... :P

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

M	source/blender/editors/sculpt_paint/paint_vertex_color_ops.c

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

diff --git a/source/blender/editors/sculpt_paint/paint_vertex_color_ops.c b/source/blender/editors/sculpt_paint/paint_vertex_color_ops.c
index bfe6373d106..b69ca32e5af 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex_color_ops.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex_color_ops.c
@@ -190,7 +190,7 @@ void PAINT_OT_vertex_color_from_weight(wmOperatorType *ot)
 	/* identifiers */
 	ot->name = "Vertex Color from Weight";
 	ot->idname = "PAINT_OT_vertex_color_from_weight";
-	ot->description = "Convert active weight into grey scale vertex colors";
+	ot->description = "Convert active weight into gray scale vertex colors";
 
 	/* api callback */
 	ot->exec = vertex_paint_from_weight_exec;



More information about the Bf-blender-cvs mailing list