GPencil: Fix warning text

This commit is contained in:
2020-08-10 16:41:15 +02:00
parent 4ada290956
commit 1baba83bb0

View File

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