*Removed a lingering 'Add' prefix in the Add menu to make it more consistent.

*Added Extrude Region/Individual to the Mesh menu
This commit is contained in:
2010-02-17 16:04:06 +00:00
parent 79b7234c5e
commit 9c8406ea5d
2 changed files with 3 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ class INFO_MT_file_external_data(bpy.types.Menu):
class INFO_MT_mesh_add(bpy.types.Menu):
bl_idname = "INFO_MT_mesh_add"
bl_label = "Add Mesh"
bl_label = "Mesh"
def draw(self, context):
layout = self.layout