[Bf-blender-cvs] [d62c98a02d0] master: GPencil: Change tooltip

Antonio Vazquez noreply at git.blender.org
Wed May 13 22:52:33 CEST 2020


Commit: d62c98a02d01e3a30f2dab5d969309a4c7e1ebfe
Author: Antonio Vazquez
Date:   Wed May 13 22:43:41 2020 +0200
Branches: master
https://developer.blender.org/rBd62c98a02d01e3a30f2dab5d969309a4c7e1ebfe

GPencil: Change tooltip

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

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

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

diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index 8c46dab59dc..c719aa99fd8 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -3907,7 +3907,7 @@ static void rna_def_space_view3d_overlay(BlenderRNA *brna)
 
   prop = RNA_def_property(srna, "use_gpencil_canvas_xray", PROP_BOOLEAN, PROP_NONE);
   RNA_def_property_boolean_sdna(prop, NULL, "gp_flag", V3D_GP_SHOW_GRID_XRAY);
-  RNA_def_property_ui_text(prop, "Canvas X-Ray", "Put Canvas grid on top of any other object");
+  RNA_def_property_ui_text(prop, "Canvas X-Ray", "Show Canvas grid in front");
   RNA_def_property_update(prop, NC_SPACE | ND_SPACE_VIEW3D, "rna_GPencil_update");
 
   prop = RNA_def_property(srna, "use_gpencil_show_directions", PROP_BOOLEAN, PROP_NONE);



More information about the Bf-blender-cvs mailing list