diff --git a/space_view3d_3d_navigation.py b/space_view3d_3d_navigation.py
index 1f2e4f8ca9af51a807537b80efc07ffe35370f15..dd67e69159a46dba5f404f9bb6149a57f4dff1f9 100644
--- a/space_view3d_3d_navigation.py
+++ b/space_view3d_3d_navigation.py
@@ -27,8 +27,8 @@ bl_info = {
     "version": (1, 2),
     "blender": (2, 5, 4),
     "api": 32411,
-    "location": "View3D > Toolbar",
-    "description": "Navigate the Camera & 3d Views",
+    "location": "View3D > Tool Shelf",
+    "description": "Navigate the Camera & 3D View from the Toolshelf",
     "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
         "Scripts/3D_interaction/3D_Navigation",
diff --git a/space_view3d_align_tools.py b/space_view3d_align_tools.py
index bb318d70b064d0dea5725017da0d6436c246d95e..63fe0676d47bde16c9809d265637f6b283b71867 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",