From 18852460153506cda10b37ddf8af26b5482256d0 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 12 Sep 2019 12:22:25 +0200 Subject: UI: Wrong label in Screen Grab Size. It was using "screen_grab_size" as label. --- source/blender/makesrna/intern/rna_sculpt_paint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_sculpt_paint.c') diff --git a/source/blender/makesrna/intern/rna_sculpt_paint.c b/source/blender/makesrna/intern/rna_sculpt_paint.c index 5d735524f36..d98567ed691 100644 --- a/source/blender/makesrna/intern/rna_sculpt_paint.c +++ b/source/blender/makesrna/intern/rna_sculpt_paint.c @@ -1036,7 +1036,7 @@ static void rna_def_image_paint(BlenderRNA *brna) NULL, 0, 0, - "screen_grab_size", + "Screen Grab Size", "Size to capture the image for re-projecting", 0, 0); -- cgit v1.2.3