[Bf-blender-cvs] [7b688a6b04b] blender-v2.83-release: GPencil: Change tooltip

Antonio Vazquez noreply at git.blender.org
Wed May 13 22:48:14 CEST 2020


Commit: 7b688a6b04bc2033694f4742f06eef28ab023715
Author: Antonio Vazquez
Date:   Wed May 13 22:43:41 2020 +0200
Branches: blender-v2.83-release
https://developer.blender.org/rB7b688a6b04bc2033694f4742f06eef28ab023715

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 326dd88dc59..db82419b3b3 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -3854,7 +3854,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