Fix error message from MESH_OT_faces_mirror_uv

Reported/Patch by Alan Troth.
This commit is contained in:
Dalai Felinto 2018-09-05 17:31:04 -03:00
parent 5dbf9e09a8
commit a8fffa4da8
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ class MeshMirrorUV(Operator):
if total_duplicates and total_no_active_UV:
self.report({'WARNING'}, "%d %s with no active UV layer. "
"%d duplicates found in %d mesh%s, mirror may be incomplete."
"%d duplicates found in %d %s, mirror may be incomplete."
% (total_no_active_UV,
"mesh" if total_no_active_UV == 1 else "meshes",
total_duplicates,