diff --git a/add_mesh_planes_from_images.py b/object_planes_from_images.py
similarity index 99%
rename from add_mesh_planes_from_images.py
rename to object_planes_from_images.py
index cd67eabda95f960a549d2f60ef35e9f0d07c7a2c..c7803325d8fa8dc6ba514cc068736a8617fa96eb 100644
--- a/add_mesh_planes_from_images.py
+++ b/object_planes_from_images.py
@@ -48,7 +48,7 @@ It also has an option to translate pixeldimensions into Blenderunits.
 """
 
 bl_addon_info = {
-    'name': 'Add Mesh: Planes from Images',
+    'name': 'Object: Planes from Images',
     'author': 'Florian Meyer (testscreenings)',
     'version': '0.7',
     'blender': (2, 5, 2),
@@ -57,7 +57,7 @@ bl_addon_info = {
         'Scripts/Add_Mesh/Planes_from_Images',
     'description': 'Imports images and creates planes' \
         ' with the appropiate aspect ratio.',
-    'category': 'Add Mesh'}
+    'category': 'Object'}
 
 import bpy
 from bpy.props import *