summaryrefslogtreecommitdiff
path: root/js/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-02 16:30:32 +0300
committerAndrew Dolgov <[email protected]>2018-12-02 16:30:32 +0300
commit35ded4bc844d74f120196012c194be9ab5517688 (patch)
tree84a29d48280abb42112eb2b6b26f804498aeda75 /js/functions.js
parent3a6dae92034791c199f9ddb4c60b8298b22c1d47 (diff)
edit phrasing of some alert()s
Diffstat (limited to 'js/functions.js')
-rwxr-xr-xjs/functions.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/functions.js b/js/functions.js
index 3a9a26f9b..3118da0f0 100755
--- a/js/functions.js
+++ b/js/functions.js
@@ -589,7 +589,7 @@ const CommonDialogs = {
}
} else {
- alert(__("No feeds are selected."));
+ alert(__("No feeds selected."));
}
},
execute: function () {
@@ -670,7 +670,7 @@ const CommonDialogs = {
});
} else {
- alert(__("No feeds are selected."));
+ alert(__("No feeds selected."));
}
},