The tittle for "Maximum Draw Type" had capitalization inconsistent with the rest of Blender

This commit is contained in:
Daniel Salazar
2013-11-16 02:50:01 -06:00
parent cf9edb2610
commit d36a416cab

View File

@@ -236,7 +236,7 @@ class OBJECT_PT_display(ObjectButtonsPanel, Panel):
col = split.column() col = split.column()
if obj_type not in {'CAMERA', 'EMPTY'}: 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.prop(obj, "draw_type", text="")
col = split.column() col = split.column()