From 0fe6b50dc2147ef9375e034b227c8c869b108486 Mon Sep 17 00:00:00 2001 From: Fabien Benureau Date: Thu, 27 Jun 2013 14:28:18 +0200 Subject: [PATCH] clarified user prompt in add_cmd --- papers/commands/add_cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()