Commit: 0511cded25257877e5c41e27b5d01c29d37efac5
Author: Campbell Barton
Date:   Sat Jun 23 09:45:53 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB0511cded25257877e5c41e27b5d01c29d37efac5

UI: naming of cursor options

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

M       source/blender/editors/space_view3d/view3d_edit.c

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

diff --git a/source/blender/editors/space_view3d/view3d_edit.c 
b/source/blender/editors/space_view3d/view3d_edit.c
index 8e155281176..88c7eabc62f 100644
--- a/source/blender/editors/space_view3d/view3d_edit.c
+++ b/source/blender/editors/space_view3d/view3d_edit.c
@@ -4770,13 +4770,13 @@ void VIEW3D_OT_cursor3d(wmOperatorType *ot)
        };
 
        prop = RNA_def_boolean(
-               ot->srna, "use_depth", true, "Depth",
+               ot->srna, "use_depth", true, "Surface Project",
                "Project onto the surface");
        RNA_def_property_flag(prop, PROP_SKIP_SAVE);
 
        prop = RNA_def_enum(
                ot->srna, "orientation", orientation_items, 
V3D_CURSOR_ORIENT_VIEW,
-               "View", "Preset viewpoint to use");
+               "Orientation", "Preset viewpoint to use");
        RNA_def_property_flag(prop, PROP_SKIP_SAVE);
 }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to