From 9a0a556d3b58b487b3609dd01c56b2939841ad3a Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Tue, 24 Sep 2019 16:16:18 +0200 Subject: Fix T70202: Typo error in message --- source/blender/editors/gpencil/gpencil_paint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/gpencil') diff --git a/source/blender/editors/gpencil/gpencil_paint.c b/source/blender/editors/gpencil/gpencil_paint.c index 0a4b068a926..cf20fb9043f 100644 --- a/source/blender/editors/gpencil/gpencil_paint.c +++ b/source/blender/editors/gpencil/gpencil_paint.c @@ -3211,7 +3211,7 @@ static int gpencil_draw_invoke(bContext *C, wmOperator *op, const wmEvent *event if (paintmode != GP_PAINTMODE_ERASER) { bGPDlayer *gpl = CTX_data_active_gpencil_layer(C); if ((gpl) && ((gpl->flag & GP_LAYER_LOCKED) || (gpl->flag & GP_LAYER_HIDE))) { - BKE_report(op->reports, RPT_ERROR, "Active layer is locked or hide"); + BKE_report(op->reports, RPT_ERROR, "Active layer is locked or hidden"); return OPERATOR_CANCELLED; } } -- cgit v1.2.3