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:
authorMatt Ebb <matt@mke3.net>2010-05-10 05:49:35 +0400
committerMatt Ebb <matt@mke3.net>2010-05-10 05:49:35 +0400
commit413c4c91ca26d087db9c0b42937a95fa235c6a28 (patch)
treea785cc825fc6ae455bd76647c2a32644e611383a /release/scripts/modules/rna_prop_ui.py
parentd384174b455c58f4f38a29dc518ce0b3d8fa696d (diff)
Fix [#22296] Wrong Operator Names?
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 246fa4bdb7d..7af57d265b9 100644
--- a/release/scripts/modules/rna_prop_ui.py
+++ b/release/scripts/modules/rna_prop_ui.py
@@ -253,7 +253,7 @@ class WM_OT_properties_add(bpy.types.Operator):
class WM_OT_properties_remove(bpy.types.Operator):
'''Internal use (edit a property path)'''
bl_idname = "wm.properties_remove"
- bl_label = "Add Property"
+ bl_label = "Remove Property"
path = rna_path
property = rna_property