[Bf-blender-cvs] [e665e012e95] blender2.8: UI: correct grease pencil placement text

Campbell Barton noreply at git.blender.org
Wed Aug 1 04:24:22 CEST 2018


Commit: e665e012e955460ab40aea54ad8533f697c4aa56
Author: Campbell Barton
Date:   Wed Aug 1 12:24:32 2018 +1000
Branches: blender2.8
https://developer.blender.org/rBe665e012e955460ab40aea54ad8533f697c4aa56

UI: correct grease pencil placement text

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
index 90b04104444..98530aea2d2 100644
--- a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
@@ -195,7 +195,7 @@ class _defs_annotate:
             layout.separator()
 
             row = layout.row(align=True)
-            row.prop(ts, "annotation_stroke_placement_view3d", text="Orientation")
+            row.prop(ts, "annotation_stroke_placement_view3d", text="Placement")
             if ts.gpencil_stroke_placement_view3d == 'CURSOR':
                 row.prop(ts.gpencil_sculpt, "lockaxis")
             elif ts.gpencil_stroke_placement_view3d in {'SURFACE', 'STROKE'}:



More information about the Bf-blender-cvs mailing list