summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-30 16:07:32 +0300
committerAndrew Dolgov <[email protected]>2018-12-30 16:07:32 +0300
commit7d6dabec3be6228a0d5375d4ab96f03ccc10ccba (patch)
tree70fef03cc308b4db62b9c20c6e15aa4d15816c73 /js
parentfdb1698b9d514ea7a6b006a03ad70ba74084bb3c (diff)
simplify toolbar buttons
Diffstat (limited to 'js')
-rw-r--r--js/offline.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/offline.js b/js/offline.js
index 424ead4..c47c7b6 100644
--- a/js/offline.js
+++ b/js/offline.js
@@ -26,7 +26,7 @@ function offline_remove2(elem) {
/* exported offline_clear */
function offline_clear() {
- if (confirm("Remove all offline data?")) {
+ if (confirm("Remove all downloaded books?")) {
const promises = [];