Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-06-10 13:13:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-06-10 13:13:11 +0400
commit7912d4ffc8ba3a2c24b4bf3615f5f8cf433928cd (patch)
tree7ef1490e78d450496789148eec2d6dee5bdbed76 /space_view3d_property_chart.py
parenta9de93f6bf21a621d0fae53b67ecce6c846ccdc2 (diff)
replace empty text for unknown
Diffstat (limited to 'space_view3d_property_chart.py')
-rw-r--r--space_view3d_property_chart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/space_view3d_property_chart.py b/space_view3d_property_chart.py
index cad8a1ec..805dd311 100644
--- a/space_view3d_property_chart.py
+++ b/space_view3d_property_chart.py
@@ -86,7 +86,7 @@ class View3DEditProps(bpy.types.Panel):
if val_new is not Ellipsis:
row.prop(val_old, attrs[-1], text="")
else:
- row.label(text="")
+ row.label(text="<unknown>")
col.label(text="Display Properties")
col.prop(id_storage, '["%s"]' % self._PROP_STORAGE_ID, text="")