In b051669 the string No %s comments was introduced which is hard to translate: it is a string concatenation, translators can't know what %s will mean and depending on %s different translations might be needed.
Possible solutions:
- Revert back to
No comments with this status found
- Change the text to
No comments found with status: %s
- Introduce 5 new strings and use a
switch()
No Approved comments
No Pending comments
No Spam comments
No Unknown comments
No Trashed comments
cc @mzorz