Correct menu name

This commit is contained in:
Campbell Barton 2014-06-17 15:27:59 +10:00
parent 2886f75f46
commit f1fb5dad95
Notes: blender-bot 2023-02-14 10:29:29 +01:00
Referenced by issue #40665, "Allign View to selected" works well or fails depending on the order mesh is selected
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ class VIEW3D_MT_view_align(Menu):
class VIEW3D_MT_view_align_selected(Menu):
bl_label = "Align View to Selected"
bl_label = "Align View to Active"
def draw(self, context):
layout = self.layout