Make text logger outro "checked" translatable

This commit is contained in:
Chris Mayo 2022-10-18 19:24:08 +01:00
parent 9631c314dd
commit e32c76aa5c

View file

@ -230,7 +230,7 @@ class TextLogger(_Logger):
self.write(
_n("in %d URL", "in %d URLs", self.stats.num_urls) % self.stats.num_urls
)
self.write(" checked. ")
self.write(_(" checked.") + " ")
warning_text = (
_n("%d warning found", "%d warnings found", self.stats.warnings_printed)
% self.stats.warnings_printed