From 43217b129714b161a66c71d22ddde18fdc41197a Mon Sep 17 00:00:00 2001 From: Jonathan Smith Date: Sun, 30 Jan 2011 11:29:13 +0000 Subject: More standardization for align and nav scripts --- space_view3d_align_tools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'space_view3d_align_tools.py') diff --git a/space_view3d_align_tools.py b/space_view3d_align_tools.py index bb318d70..63fe0676 100644 --- a/space_view3d_align_tools.py +++ b/space_view3d_align_tools.py @@ -25,8 +25,8 @@ bl_info = { "version": (0,1), "blender": (2, 5, 3), "api": 32411, - "location": "Tool Shelf", - "description": "Align selected objects to the active object", + "location": "View3D > Tool Shelf > Align Tools Panel", + "description": "Align Selected Objects to Active Object", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\ "Scripts/3D interaction/Align_Tools", -- cgit v1.2.3