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:
authorDaniel Salazar <zanqdo@gmail.com>2013-11-16 12:50:01 +0400
committerDaniel Salazar <zanqdo@gmail.com>2013-11-16 12:50:01 +0400
commitd36a416cab8eab3a15c9086c167addc3a0cc7821 (patch)
treebb5c8181748e9c629f24dbe32191c75dfffb939f /release
parentcf9edb2610f51730378029c1c4fa5f12b382664a (diff)
The tittle for "Maximum Draw Type" had capitalization inconsistent with the rest of Blender
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 6b317c49487..cbebdafbf2e 100644
--- a/release/scripts/startup/bl_ui/properties_object.py
+++ b/release/scripts/startup/bl_ui/properties_object.py
@@ -236,7 +236,7 @@ class OBJECT_PT_display(ObjectButtonsPanel, Panel):
col = split.column()
if obj_type not in {'CAMERA', 'EMPTY'}:
- col.label(text="Maximum draw type:")
+ col.label(text="Maximum Draw Type:")
col.prop(obj, "draw_type", text="")
col = split.column()