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:
authorJonathan Smith <j.jaydez@gmail.com>2011-02-01 14:47:29 +0300
committerJonathan Smith <j.jaydez@gmail.com>2011-02-01 14:47:29 +0300
commit32a071dad9cda37adff7f5bbfb503aa0026bd45c (patch)
tree57ac0abd9c78c88e78b76b1a63895ce2fbd2b96c /space_view3d_copy_attributes.py
parentf77134753c8d228adad0180f21a32e5f22d0bd44 (diff)
Some more location/description editing
Diffstat (limited to 'space_view3d_copy_attributes.py')
-rw-r--r--space_view3d_copy_attributes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 19eb593f..b31a66c2 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -24,7 +24,7 @@ bl_info = {
'version': (0, 42),
'blender': (2, 5, 6),
'api': 34324,
- 'location': 'View3D > Ctrl/C',
+ 'location': 'View3D > Ctrl-C',
'description': 'Copy Attributes Menu from Blender 2.4',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/'\
'Scripts/3D_interaction/Copy_Attributes_Menu',