diff --git a/add_mesh_pipe_joint.py b/add_mesh_pipe_joint.py
index 4f4bcc7b3218eb7139e5894a7ea321384453d803..168bd59764cf85b9c520c14cc90e9d13c9817437 100644
--- a/add_mesh_pipe_joint.py
+++ b/add_mesh_pipe_joint.py
@@ -22,7 +22,7 @@ bl_info = {
     "version": (0, 10, 7),
     "blender": (2, 5, 3),
     "api": 32411,
-    "location": "View3D > Add > Mesh > Pipe Joint",
+    "location": "View3D > Add > Mesh > Pipe Joints",
     "description": "Adds 5 pipe Joint types to the Add Mesh menu",
     "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
diff --git a/development_icon_get.py b/development_icon_get.py
index e06b702f6c4d0e8dec4fcd26340c19f87f0cdd9a..10d8b4dabaec5445f65f652724f53abf0ae8c409 100644
--- a/development_icon_get.py
+++ b/development_icon_get.py
@@ -25,8 +25,8 @@ bl_info = {
     'version': (1, 5, 0),
     'blender': (2, 5, 7),
     'api': 34404,
-    'location': 'Text window > Properties panel (ctrl+F) or '\
-        'Console > Console menu',
+    'location': 'Text Editor > Properties or '\
+        'Console > Console Menu',
     'warning': '',
     'description': 'Click an icon to display its name and copy it '\
         'to the clipboard',
diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index 748b43550789617247731f6b6e6ff17087fa7733..0a7d5d8ff3751c0daecf46fd84660c6ecc93e6f2 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
     "version": (1, 70),
     "blender": (2, 5, 6),
     "api": 34481,
-    "location": "Scene -> 3D-Coat Applink",
+    "location": "Scene > 3D-Coat Applink",
     "description": "Transfer data between 3D-Coat/Blender",
     "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/" \
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 19eb593f7fdca6c77482bea6ca0dbfc5fa7d7eb3..b31a66c25d22415030c43fea4f9ea8cae7dcd2e7 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',
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index 49257a0c02729e4669d97c91d5b45c3570f307d3..21949d9563f9b2cf8f2df5830b07aaa7ff0660e1 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -28,7 +28,7 @@ bl_info = {
     "version": (1, 6, 1),
     "blender": (2, 5, 6),
     "api": 34036,
-    "location": "View3D > Spacebar",
+    "location": "View3D > Spacebar Key",
     "description": "Context sensitive spacebar menu",
     "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\