diff --git a/texture_paint_layer_manager.py b/texture_paint_layer_manager.py
index 8a28d3a7788f054d7349570b1d65629ed6db950b..366c85343abbfe88064bb07a93700f00a109120d 100644
--- a/texture_paint_layer_manager.py
+++ b/texture_paint_layer_manager.py
@@ -4,7 +4,7 @@ bl_info = {
     "version": (1, 0),
     "blender": (2, 5, 7),
     "api": 35964,
-    "location": "Texture paint 'nkey' panel",
+    "location": "Texture Paint > Properties > Texture Paint Layers Panels",
     "description": "Adds a layer manager for image based texture slots in paint and quick add layer tools",
     "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/3D_interaction/Texture_paint_layers",