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:
authorCampbell Barton <ideasman42@gmail.com>2009-12-25 23:40:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-12-25 23:40:00 +0300
commitbe679703032e28190d0c7357de6b67449b78834f (patch)
tree8c7ffcde7305259c213e0652f161c30ac17ccc95 /release/scripts/modules/rna_prop_ui.py
parent6c6786f1f0718a4ec1a3589c8669e8762230110e (diff)
fix for [#20244] importing .obj without "Object" option checked crashes blender
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 a390acf7932..543a10e47e9 100644
--- a/release/scripts/modules/rna_prop_ui.py
+++ b/release/scripts/modules/rna_prop_ui.py
@@ -143,7 +143,7 @@ rna_max = FloatProperty(name="Max", default=1.0, precision=3)
class WM_OT_properties_edit(bpy.types.Operator):
'''Internal use (edit a property path)'''
bl_idname = "wm.properties_edit"
- bl_label = "Edit Property!"
+ bl_label = "Edit Property"
path = rna_path
property = rna_property