[Bf-blender-cvs] [9e4e7974911] cycles_texture_cache: GPencil: Auto lock layers, tooltip grammar fix

Tomasz Kaye noreply at git.blender.org
Thu May 6 11:25:35 CEST 2021


Commit: 9e4e7974911ee5f201a2d7743025f859cc3cae7c
Author: Tomasz Kaye
Date:   Sat May 1 16:40:39 2021 +0200
Branches: cycles_texture_cache
https://developer.blender.org/rB9e4e7974911ee5f201a2d7743025f859cc3cae7c

GPencil: Auto lock layers, tooltip grammar fix

Reviewed By: #grease_pencil, antoniov

Differential Revision: https://developer.blender.org/D11136

===================================================================

M	source/blender/makesrna/intern/rna_gpencil.c

===================================================================

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



More information about the Bf-blender-cvs mailing list