mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-22 13:21:52 +00:00
fix typos
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2012 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
bdf8d99e45
commit
0ef53ab56a
2 changed files with 2 additions and 2 deletions
|
|
@ -234,7 +234,7 @@ class HtmlLogger (linkcheck.logger.Logger):
|
|||
return
|
||||
if self.has_field("outro"):
|
||||
self.writeln()
|
||||
self.write(_("Thats it. "))
|
||||
self.write(_("That's it.")+" ")
|
||||
if linknumber >= 0:
|
||||
self.write(_n("%d link checked.", "%d links checked.",
|
||||
linknumber) % linknumber)
|
||||
|
|
|
|||
|
|
@ -211,7 +211,7 @@ class TextLogger (linkcheck.logger.Logger):
|
|||
return
|
||||
if self.has_field('outro'):
|
||||
self.writeln()
|
||||
self.write(_("Thats it.")+" ")
|
||||
self.write(_("That's it.")+" ")
|
||||
if linknumber >= 0:
|
||||
self.write(_n("%d link checked.", "%d links checked.",
|
||||
linknumber) % linknumber)
|
||||
|
|
|
|||
Loading…
Reference in a new issue