diff --git a/papers/commands/add_cmd.py b/papers/commands/add_cmd.py index 5da2d02..8a97537 100644 --- a/papers/commands/add_cmd.py +++ b/papers/commands/add_cmd.py @@ -37,7 +37,7 @@ def command(config, ui, bibfile, docfile, tags, copy): cont = False except Exception: cont = ui.input_yn( - question='Invalid bibfile. Edit again or abort?', + question='Invalid bibfile. Edit again ?', default='y') if not cont: ui.exit()