UI: rename object Boundary back to Bounds, it's not the same thing.

This commit is contained in:
Brecht Van Lommel 2019-03-15 12:16:35 +01:00
parent e775ad6c1b
commit 9a499636df
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ class OBJECT_PT_display(ObjectButtonsPanel, Panel):
class OBJECT_PT_display_bounds(ObjectButtonsPanel, Panel):
bl_label = "Boundary"
bl_label = "Bounds"
bl_parent_id = "OBJECT_PT_display"
bl_options = {'DEFAULT_CLOSED'}