UI: rename "Camera Lock" to "View Lock"

Only 1 of the options in this panel apply to cameras.
This commit is contained in:
Campbell Barton 2019-03-07 12:46:17 +11:00
parent d43ce78114
commit f383537280
1 changed files with 1 additions and 1 deletions

View File

@ -4254,7 +4254,7 @@ class VIEW3D_PT_view3d_camera_lock(Panel):
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
bl_category = "View"
bl_label = "Camera Lock"
bl_label = "View Lock"
bl_parent_id = "VIEW3D_PT_view3d_properties"
def draw(self, context):