From 68e86c4816a0fb18a8bd393d938dc8f95c1d0807 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 5 Nov 2021 15:58:01 +1100 Subject: Cleanup: use (s) postfix for messages that may be plural Ref 01c824ac88a0ff95a26c26be09f7a8853e47e446 --- source/blender/editors/mesh/editmesh_tools.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source/blender/editors/mesh/editmesh_tools.c') diff --git a/source/blender/editors/mesh/editmesh_tools.c b/source/blender/editors/mesh/editmesh_tools.c index 122214b87d5..6cd7d912820 100644 --- a/source/blender/editors/mesh/editmesh_tools.c +++ b/source/blender/editors/mesh/editmesh_tools.c @@ -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; } -- cgit v1.2.3