UI: Add/Improve a few tooltips

See T51061
This commit is contained in:
2017-04-13 18:07:10 -04:00
parent 3906e5939a
commit ac880b67c3
4 changed files with 4 additions and 3 deletions

View File

@@ -793,7 +793,7 @@ void OBJECT_OT_modifier_add(wmOperatorType *ot)
/* identifiers */
ot->name = "Add Modifier";
ot->description = "Add a modifier to the active object";
ot->description = "Add a procedural operation/effect to the active object";
ot->idname = "OBJECT_OT_modifier_add";
/* api callbacks */