Cleanup: use (s) postfix for messages that may be plural

Ref 01c824ac88
This commit is contained in:
2021-11-05 15:58:01 +11:00
parent 9b1882f986
commit 68e86c4816
4 changed files with 7 additions and 29 deletions

View File

@@ -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;
}