From d36a416cab8eab3a15c9086c167addc3a0cc7821 Mon Sep 17 00:00:00 2001 From: Daniel Salazar Date: Sat, 16 Nov 2013 02:50:01 -0600 Subject: The tittle for "Maximum Draw Type" had capitalization inconsistent with the rest of Blender --- release/scripts/startup/bl_ui/properties_object.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') 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() -- cgit v1.2.3