From a22af1a84b3f15e300a1099cf4cc958d8abcc3dd Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 4 Oct 2017 12:38:40 +0200 Subject: Fix i18n messages extraction script, and a few more UI messages... --- source/blender/editors/sculpt_paint/paint_vertex_color_ops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '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 4acd4ddbd8d..bfe6373d106 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 = "Converts active weight into greyscale vertex colors"; + ot->description = "Convert active weight into grey scale vertex colors"; /* api callback */ ot->exec = vertex_paint_from_weight_exec; @@ -571,4 +571,4 @@ void PAINT_OT_vertex_color_levels(wmOperatorType *ot) RNA_def_float(ot->srna, "gain", 1.0f, 0.0f, FLT_MAX, "Gain", "Value to multiply colors by", 0.0f, 10.0f); } -/** \} */ \ No newline at end of file +/** \} */ -- cgit v1.2.3 From 9609828000e324ae97f94357ff1c189f7afed93c Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 4 Oct 2017 12:42:33 +0200 Subject: Tssst, we use USA english, not Oxford one... :P --- source/blender/editors/sculpt_paint/paint_vertex_color_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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; -- cgit v1.2.3