UI: Rename "Draw Thin" to "Display Thin"

Part of T56648
This commit is contained in:
Aaron Carlisle 2019-06-23 01:56:20 +02:00
parent 6182531baf
commit e7a0f0a993
Notes: blender-bot 2023-02-14 09:02:40 +01:00
Referenced by issue #66072, Grease Pencil "stroke placement:surface" uses "stroke placement:stroke"s target parameters
Referenced by issue #66067, Bevel corrupts UVs
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class CLIP_PT_marker_display(Panel):
if view.mode != 'MASK':
col.prop(view, "show_bundles", text="3D Markers")
col.prop(view, "show_tiny_markers", text="Draw Thin")
col.prop(view, "show_tiny_markers", text="Display Thin")
class CLIP_PT_clip_display(Panel):