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:
authorAntonio Vazquez <blendergit@gmail.com>2020-05-13 23:43:41 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-05-13 23:48:44 +0300
commit5ee71320c699283f623da96705a0631cb2e0aec1 (patch)
treec6a03da09765292b02a7eec062c9f9092a936546 /source/blender/makesrna
parent7b688a6b04bc2033694f4742f06eef28ab023715 (diff)
Revert "GPencil: Change tooltip"
This reverts commit 7b688a6b04bc2033694f4742f06eef28ab023715.
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_space.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index db82419b3b3..326dd88dc59 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", "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);