From e37f4cd5b720d2e9bbb900314f74519edb569385 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Wed, 17 May 2017 10:24:12 +0530 Subject: [PATCH] add some hints to export/import system --- src/index.html | 4 ++-- src/script.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.html b/src/index.html index 575cefb..6551674 100644 --- a/src/index.html +++ b/src/index.html @@ -543,9 +543,9 @@

My Library

- Export + Export - Import + Import
diff --git a/src/script.js b/src/script.js index 07520dc..b71f1b6 100644 --- a/src/script.js +++ b/src/script.js @@ -1100,7 +1100,7 @@ runBtn, searchInput, consoleEl, consoleLogEl, logCountEl utils.log(items); mergeImportedItems(items); } catch (ex) { - alert('Oops! Select file is corrupted.') + alert('Oops! Selected file is corrupted. Please select a file that was generated by clicking the "Export" button.') } };