Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-03-15 14:16:35 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-03-15 14:16:35 +0300
commit9a499636df79bc75b9aab92557bb123fdb7a9011 (patch)
treeb86dbc027903ab834228ba68efaf1b1ef4c5a791 /release
parente775ad6c1be730bf7773e82cab6dba9f702bd127 (diff)
UI: rename object Boundary back to Bounds, it's not the same thing.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_object.py2
1 files changed, 1 insertions, 1 deletions
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'}