[Bf-blender-cvs] [d36a416] master: The tittle for "Maximum Draw Type" had capitalization inconsistent with the rest of Blender

Daniel Salazar noreply at git.blender.org
Sat Nov 16 10:05:31 CET 2013


Commit: d36a416cab8eab3a15c9086c167addc3a0cc7821
Author: Daniel Salazar
Date:   Sat Nov 16 02:50:01 2013 -0600
http://developer.blender.org/rBd36a416cab8eab3a15c9086c167addc3a0cc7821

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

===================================================================

M	release/scripts/startup/bl_ui/properties_object.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_object.py b/release/scripts/startup/bl_ui/properties_object.py
index 6b317c4..cbebdaf 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()




More information about the Bf-blender-cvs mailing list