fix [#28053] New material tooltip

This commit is contained in:
2011-07-22 00:31:24 +00:00
parent 58895bee7b
commit 03bae345be

View File

@@ -108,7 +108,7 @@ void OBJECT_OT_material_slot_add(wmOperatorType *ot)
/* identifiers */
ot->name= "Add Material Slot";
ot->idname= "OBJECT_OT_material_slot_add";
ot->description="Add a new material slot or duplicate the selected one";
ot->description="Add a new material slot";
/* api callbacks */
ot->exec= material_slot_add_exec;