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
Notes: blender-bot 2023-05-31 04:43:10 +02:00
Referenced by issue #37483, transform window crashes blender
1 changed files with 1 additions and 1 deletions

View File

@ -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()