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:
authorTomasz Kaye <bitbutter>2021-05-01 17:40:39 +0300
committerAntonio Vazquez <blendergit@gmail.com>2021-05-01 17:41:14 +0300
commit6111ec8bd3296320c9d7ac15a40f25b15b997754 (patch)
tree8eab890c92fda9cacd997fee110d97cbafb85cc8 /source/blender/makesrna
parent503dc9770894b1e8cf03449abb1067f169add228 (diff)
GPencil: Auto lock layers, tooltip grammar fix
Reviewed By: #grease_pencil, antoniov Differential Revision: https://developer.blender.org/D11136
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_gpencil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_gpencil.c b/source/blender/makesrna/intern/rna_gpencil.c
index 1fbbffa99d5..5b3fa1f6aa2 100644
--- a/source/blender/makesrna/intern/rna_gpencil.c
+++ b/source/blender/makesrna/intern/rna_gpencil.c
@@ -2571,7 +2571,7 @@ static void rna_def_gpencil_data(BlenderRNA *brna)
RNA_def_property_ui_text(
prop,
"Auto-Lock Layers",
- "Lock automatically all layers except active one to avoid accidental changes");
+ "Automatically lock all layers except the active one to avoid accidental changes");
RNA_def_property_update(prop, NC_GPENCIL | ND_DATA, "rna_GPencil_autolock");
prop = RNA_def_property(srna, "edit_line_color", PROP_FLOAT, PROP_COLOR_GAMMA);