And more UI messages issues fixing... Thanks again to Gabriel Gazzán and Leon Cheung!

This commit is contained in:
Bastien Montagne
2013-02-15 18:19:20 +00:00
parent bc29b766df
commit 207dca55f4
5 changed files with 10 additions and 7 deletions

View File

@@ -148,7 +148,7 @@ def draw(layout, context, context_member, property_type, use_edit=True):
if use_edit:
row = split.row(align=True)
props = row.operator("wm.properties_edit", text="edit")
props = row.operator("wm.properties_edit", text="Edit")
assign_props(props, val_draw, key)
props = row.operator("wm.properties_remove", text="", icon='ZOOMOUT')