Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Vazquez <venomgfx@gmail.com>2019-09-12 13:22:25 +0300
committerPablo Vazquez <venomgfx@gmail.com>2019-09-12 13:23:51 +0300
commit18852460153506cda10b37ddf8af26b5482256d0 (patch)
tree1f6fa12daf9f88c199670628253ee1094a050c03 /source/blender/makesrna/intern/rna_sculpt_paint.c
parentb6027b4efdec3b38f2150c5f488b0b9a802bd173 (diff)
UI: Wrong label in Screen Grab Size.
It was using "screen_grab_size" as label.
Diffstat (limited to 'source/blender/makesrna/intern/rna_sculpt_paint.c')
-rw-r--r--source/blender/makesrna/intern/rna_sculpt_paint.c2
1 files changed, 1 insertions, 1 deletions
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);