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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2013-02-15 22:19:20 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-02-15 22:19:20 +0400
commit207dca55f46e8c9e6948adf0d45f834dced9a274 (patch)
tree5960f1b40a69884e5c865a362e05581470b29ce2 /release/scripts/modules/rna_prop_ui.py
parentbc29b766dfb0ab1710acf686a4c8e05c3a05a35e (diff)
And more UI messages issues fixing... Thanks again to Gabriel Gazzán and Leon Cheung!
Diffstat (limited to 'release/scripts/modules/rna_prop_ui.py')
-rw-r--r--release/scripts/modules/rna_prop_ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/modules/rna_prop_ui.py b/release/scripts/modules/rna_prop_ui.py
index 5e8bccb815e..dd0cd632413 100644
--- a/release/scripts/modules/rna_prop_ui.py
+++ b/release/scripts/modules/rna_prop_ui.py
@@ -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')