Revert "GPencil: Change tooltip"

This reverts commit 7b688a6b04.
This commit is contained in:
Antonio Vazquez 2020-05-13 22:43:41 +02:00
parent 7b688a6b04
commit 5ee71320c6
1 changed files with 1 additions and 1 deletions

View File

@ -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", "Show Canvas grid in front");
RNA_def_property_ui_text(prop, "Canvas X-Ray", "Put Canvas grid on top of any other object");
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);