From 615b25e40b9956e3ab2f1cd044e69ece9017d094 Mon Sep 17 00:00:00 2001 From: Brendon Murphy <meta.androcto1@gmail.com> Date: Fri, 2 Apr 2010 07:17:20 +0000 Subject: [PATCH] should be all errors fixed [[Split portion of a mixed commit.]] --- io_mesh_raw/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_mesh_raw/__init__.py b/io_mesh_raw/__init__.py index eb54b718f..b89c79abf 100644 --- a/io_mesh_raw/__init__.py +++ b/io_mesh_raw/__init__.py @@ -22,7 +22,7 @@ bl_addon_info = { 'version': '0.2', 'blender': '2.5.3', 'location': 'File > Import/Export > Raw faces ', - 'Description': 'Import Raw Faces (.raw format)', + 'description': 'Import Raw Faces (.raw format)', 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \ 'Scripts/File_I-O/Raw_Mesh_IO', 'category': 'Import/Export'} -- GitLab