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
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.')
}
};