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

This commit is contained in:
Bastien Montagne 2017-10-04 12:42:33 +02:00
parent a22af1a84b
commit 9609828000

@ -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;