diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py
index af11b141e911b308a2f70b3663b5163808b1f176..0b546d5d8e0461e66d049a2a35611ba2ee2803ef 100644
--- a/add_curve_aceous_galore.py
+++ b/add_curve_aceous_galore.py
@@ -22,8 +22,8 @@ bl_addon_info = {
     'author': 'Jimmy Hazevoet, testscreenings',
     'version': '0.1',
     'blender': (2, 5, 3),
-    'location': 'Add Curve menu',
-    'description': 'adds many types of curves',
+    'location': 'View3D > Add > Curve',
+    'description': 'Adds many types of curves',
     'warning': '', # used for warning icon and text in addons panel
     'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
         'Scripts/Curve/Curves_Galore',
diff --git a/add_curve_torus_knots.py b/add_curve_torus_knots.py
index fca11213b98c99b26187376a47fe540874ab7a01..9dc6ac8ec471b24b03c0622534c83ec7cff603f6 100644
--- a/add_curve_torus_knots.py
+++ b/add_curve_torus_knots.py
@@ -22,8 +22,8 @@ bl_addon_info = {
     'author': 'testscreenings',
     'version': '0.1',
     'blender': (2, 5, 3),
-    'location': 'Add Curve Menu',
-    'description': 'adds many types of knots',
+    'location': 'View3D > Add > Curve',
+    'description': 'Adds many types of knots',
     'warning': '', # used for warning icon and text in addons panel
     'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
         'Scripts/Curve/Torus_Knot',