Cleanup: use (s) postfix for messages that may be plural
Ref 01c824ac88
This commit is contained in:
@@ -3706,10 +3706,7 @@ static int edbm_shape_propagate_to_all_exec(bContext *C, wmOperator *op)
|
||||
return OPERATOR_CANCELLED;
|
||||
}
|
||||
if (tot_shapekeys == 0) {
|
||||
BKE_report(op->reports,
|
||||
RPT_ERROR,
|
||||
objects_len > 1 ? "Meshes do not have shape keys" :
|
||||
"Mesh does not have shape keys");
|
||||
BKE_report(op->reports, RPT_ERROR, "Mesh(es) do not have shape keys");
|
||||
return OPERATOR_CANCELLED;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user