UI: Rename Make Duplicates Real to Make Instances Real

Part of T56648
This commit is contained in:
Aaron Carlisle 2019-06-24 00:54:42 +02:00
parent 9c5d54bfaf
commit 59f1eed26b
1 changed files with 2 additions and 2 deletions

View File

@ -1921,8 +1921,8 @@ static int object_duplicates_make_real_exec(bContext *C, wmOperator *op)
void OBJECT_OT_duplicates_make_real(wmOperatorType *ot)
{
/* identifiers */
ot->name = "Make Duplicates Real";
ot->description = "Make dupli objects attached to this object real";
ot->name = "Make Instances Real";
ot->description = "Make instanced objects attached to this object real";
ot->idname = "OBJECT_OT_duplicates_make_real";
/* api callbacks */