summaryrefslogtreecommitdiff
path: root/js/functions.js
diff options
context:
space:
mode:
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."));
}
},