From 3aa64d4cd25e3c28f76763ad08885f45a33c3165 Mon Sep 17 00:00:00 2001 From: Fabien Benureau Date: Wed, 15 Apr 2015 16:52:03 +0200 Subject: [PATCH] minor dialog update --- pubs/commands/add_cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubs/commands/add_cmd.py b/pubs/commands/add_cmd.py index 39d0b0c..148bdf6 100644 --- a/pubs/commands/add_cmd.py +++ b/pubs/commands/add_cmd.py @@ -129,7 +129,7 @@ def command(args): if args.copy: if ui.input_yn('{} has been copied into pubs; should the original be removed?'.format(color.dye(docfile, color.bold))): content.remove_file(docfile) - ui.print_('{}\nwas added to pubs.'.format(pretty.paper_oneliner(p))) + ui.print_('added to pubs:\n{}'.format(pretty.paper_oneliner(p))) except ValueError as v: ui.error(v.message) ui.exit(1)