From 13f21a3d28645269912b9e4b961f1da8f7a63cde Mon Sep 17 00:00:00 2001 From: Olivier Mangin Date: Wed, 1 Aug 2018 14:43:32 +0200 Subject: [PATCH] Minor grammar in warning. --- pubs/commands/import_cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):