[Bf-blender-cvs] [e7a0f0a9934] master: UI: Rename "Draw Thin" to "Display Thin"

Aaron Carlisle noreply at git.blender.org
Sun Jun 23 01:57:35 CEST 2019


Commit: e7a0f0a9934efb89817f586cba0d558b9f829bc3
Author: Aaron Carlisle
Date:   Sun Jun 23 01:56:20 2019 +0200
Branches: master
https://developer.blender.org/rBe7a0f0a9934efb89817f586cba0d558b9f829bc3

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

Part of T56648

===================================================================

M	release/scripts/startup/bl_ui/space_clip.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_clip.py b/release/scripts/startup/bl_ui/space_clip.py
index 63db987a620..b43f86887c3 100644
--- a/release/scripts/startup/bl_ui/space_clip.py
+++ b/release/scripts/startup/bl_ui/space_clip.py
@@ -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):



More information about the Bf-blender-cvs mailing list