UI: Wrong label in Screen Grab Size.

It was using "screen_grab_size" as label.
This commit is contained in:
Pablo Vazquez
2019-09-12 12:22:25 +02:00
parent b6027b4efd
commit 1885246015

View File

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