From 41721f4597c52a0abafad1f3882790d87e702be6 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 31 Dec 2018 21:23:56 +0530 Subject: [PATCH] Use the same string across imports --- buku | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buku b/buku index a602dc8..5ba9f38 100755 --- a/buku +++ b/buku @@ -2415,7 +2415,7 @@ class BukuDb: items = import_org(filepath=filepath, newtag=newtag) elif filepath.endswith('json'): if not tacit: - resp = input('Add Bookmark folder name as tag? (y/n): ') + resp = input('Add parent folder names as tags? (y/n): ') else: resp = 'y' add_bookmark_folder_as_tag = (resp == 'y')