mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-20 20:31:53 +00:00
fix warning typo
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3610 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
fcde8bd4d6
commit
e007ea5dae
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ Warnings = {
|
||||||
_("An error occurred while decompressing the URL content."),
|
_("An error occurred while decompressing the URL content."),
|
||||||
"http-unsupported-encoding":
|
"http-unsupported-encoding":
|
||||||
_("The URL content is encoded with an unknown encoding."),
|
_("The URL content is encoded with an unknown encoding."),
|
||||||
"ignored-url": _("The URL has been ignored."),
|
"ignore-url": _("The URL has been ignored."),
|
||||||
"mail-no-addresses": _("The mailto: URL contained no addresses."),
|
"mail-no-addresses": _("The mailto: URL contained no addresses."),
|
||||||
"mail-no-mx-host": _("The mail MX host could not be found."),
|
"mail-no-mx-host": _("The mail MX host could not be found."),
|
||||||
"mail-unverified-address":
|
"mail-unverified-address":
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue