diff --git a/pubs/commands/import_cmd.py b/pubs/commands/import_cmd.py index 977b62c..fa6236e 100644 --- a/pubs/commands/import_cmd.py +++ b/pubs/commands/import_cmd.py @@ -14,7 +14,7 @@ from ..content import system_path, read_text_file _ABORT_USE_IGNORE_MSG = "Aborting import. Use --ignore-malformed to ignore." -_IGNORING_MSG = " Ignoring." +_IGNORING_MSG = " Ignoring it." def parser(subparsers, conf):