[Bf-blender-cvs] [9a499636df7] master: UI: rename object Boundary back to Bounds, it's not the same thing.

Brecht Van Lommel noreply at git.blender.org
Fri Mar 15 12:18:07 CET 2019


Commit: 9a499636df79bc75b9aab92557bb123fdb7a9011
Author: Brecht Van Lommel
Date:   Fri Mar 15 12:16:35 2019 +0100
Branches: master
https://developer.blender.org/rB9a499636df79bc75b9aab92557bb123fdb7a9011

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

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

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

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

diff --git a/release/scripts/startup/bl_ui/properties_object.py b/release/scripts/startup/bl_ui/properties_object.py
index f8da287f231..bace5acc67e 100644
--- a/release/scripts/startup/bl_ui/properties_object.py
+++ b/release/scripts/startup/bl_ui/properties_object.py
@@ -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'}



More information about the Bf-blender-cvs mailing list