Modeling: Merge Vertices, correct spelling of report #119863
@ -3584,7 +3584,10 @@ static int edbm_remove_doubles_exec(bContext *C, wmOperator *op)
|
||||
}
|
||||
}
|
||||
|
||||
BKE_reportf(op->reports, RPT_INFO, "Removed %d vertice(s)", count_multi);
|
||||
BKE_reportf(op->reports,
|
||||
RPT_INFO,
|
||||
count_multi == 1 ? "Removed %d vertex" : "Removed %d vertices",
|
||||
count_multi);
|
||||
|
||||
return OPERATOR_FINISHED;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user