From 4170ad9b49cc43201192447ba026407201ed7e32 Mon Sep 17 00:00:00 2001 From: Jonathan Smith Date: Sun, 10 Apr 2011 11:09:27 +0000 Subject: Formatting/standardization for description/location --- io_scene_m3/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'io_scene_m3/__init__.py') diff --git a/io_scene_m3/__init__.py b/io_scene_m3/__init__.py index 546749a0..cde21f58 100644 --- a/io_scene_m3/__init__.py +++ b/io_scene_m3/__init__.py @@ -19,13 +19,13 @@ # bl_info = { - 'name': 'Blizzard M3 format', + 'name': 'Import Blizzard M3 format (.m3)', 'author': 'Cory Perry', 'version': (0, 2, 1), "blender": (2, 5, 7), - "api": 35622, - 'location': 'File > Import-Export', - 'description': 'This script imports the Blizzard M3 format (.m3)', + "api": 36079, + 'location': 'File > Import > Blizzard M3 (.m3)', + 'description': 'Imports the Blizzard M3 format (.m3)', 'warning': '', 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/'\ 'Import-Export/M3_Import', -- cgit v1.2.3