Inline tooltips and descriptions of export/import

Random fixes and tweaks in names and tooltips
This commit is contained in:
2010-02-15 09:53:02 +00:00
parent 38298d2c22
commit 957baf7d6a
12 changed files with 34 additions and 34 deletions

View File

@@ -1032,7 +1032,7 @@ class IMPORT_OT_autodesk_3ds(bpy.types.Operator):
return {'RUNNING_MODAL'}
menu_func = lambda self, context: self.layout.operator(IMPORT_OT_autodesk_3ds.bl_idname, text="3D Studio (.3ds)...")
menu_func = lambda self, context: self.layout.operator(IMPORT_OT_autodesk_3ds.bl_idname, text="3D Studio (.3ds)")
def register():