mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-31 13:10:37 +00:00
Make text logger outro "checked" translatable
This commit is contained in:
parent
9631c314dd
commit
e32c76aa5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue