From 9642447faf1054664cf68b302a563c0a1145b7d7 Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Mon, 20 Sep 2021 15:37:54 +0200 Subject: GPencil: Fix error in previous commit By error I commited the previous version. --- source/blender/makesrna/intern/rna_material.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender') diff --git a/source/blender/makesrna/intern/rna_material.c b/source/blender/makesrna/intern/rna_material.c index 4078691444b..22a75c0d992 100644 --- a/source/blender/makesrna/intern/rna_material.c +++ b/source/blender/makesrna/intern/rna_material.c @@ -607,7 +607,7 @@ static void rna_def_material_greasepencil(BlenderRNA *brna) RNA_def_property_ui_text(prop, "Rotation", "Additional rotation applied to dots and square texture of strokes. " - "Only valid in texture shading mode"); + "Only applies in texture shading mode"); RNA_def_property_update(prop, NC_GPENCIL | ND_SHADING, "rna_MaterialGpencil_update"); /* pass index for future compositing and editing tools */ -- cgit v1.2.3