GP: Rename Canvas Grid to Canvas

This commit is contained in:
Antonio Vazquez 2018-10-05 14:00:34 +02:00
parent 3c0736bc4b
commit 23e9b35bf4
1 changed files with 1 additions and 1 deletions

View File

@ -4925,7 +4925,7 @@ class VIEW3D_PT_overlay_gpencil_options(Panel):
row.prop(overlay, "use_gpencil_grid", text="")
sub = row.row()
sub.active = overlay.use_gpencil_grid
sub.prop(overlay, "gpencil_grid_opacity", text="Canvas Grid", slider=True)
sub.prop(overlay, "gpencil_grid_opacity", text="Canvas", slider=True)
if context.object.mode in {'GPENCIL_EDIT', 'GPENCIL_SCULPT', 'GPENCIL_WEIGHT'}:
layout.prop(overlay, "use_gpencil_edit_lines", text="Edit Lines")