Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2017-10-04 13:42:33 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-10-04 13:42:33 +0300
commit9609828000e324ae97f94357ff1c189f7afed93c (patch)
tree9d714564690632de65efe96f2e415fab2015e63d /source/blender/editors/sculpt_paint/paint_vertex_color_ops.c
parenta22af1a84b3f15e300a1099cf4cc958d8abcc3dd (diff)
Tssst, we use USA english, not Oxford one... :P
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_vertex_color_ops.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex_color_ops.c2
1 files changed, 1 insertions, 1 deletions
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;