From 1baba83bb009b820422692eb9d6a51d16a6c09cc Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Mon, 10 Aug 2020 16:41:15 +0200 Subject: GPencil: Fix warning text --- source/blender/editors/gpencil/gpencil_sculpt_paint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/gpencil/gpencil_sculpt_paint.c') diff --git a/source/blender/editors/gpencil/gpencil_sculpt_paint.c b/source/blender/editors/gpencil/gpencil_sculpt_paint.c index 43c8b766c52..4a5da10cdbf 100644 --- a/source/blender/editors/gpencil/gpencil_sculpt_paint.c +++ b/source/blender/editors/gpencil/gpencil_sculpt_paint.c @@ -1926,7 +1926,7 @@ static int gpencil_sculpt_brush_invoke(bContext *C, wmOperator *op, const wmEven /* the operator cannot work while play animation */ if (is_playing) { - BKE_report(op->reports, RPT_ERROR, "Cannot sculpt while play animation"); + BKE_report(op->reports, RPT_ERROR, "Cannot sculpt while animation is playing"); return OPERATOR_CANCELLED; } -- cgit v1.2.3