diff --git a/linkcheck/checker/__init__.py b/linkcheck/checker/__init__.py index 3db4f3d3..4ec05c3f 100644 --- a/linkcheck/checker/__init__.py +++ b/linkcheck/checker/__init__.py @@ -97,7 +97,7 @@ Warnings = { _("An error occurred while decompressing the URL content."), "http-unsupported-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-mx-host": _("The mail MX host could not be found."), "mail-unverified-address":