summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 632330311..25efe8f65 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -877,7 +877,7 @@ function rescoreCurrentFeed() {
}
var fn = getFeedName(actid);
- var pr = __("Rescore articls in %s?").replace("%s", fn);
+ var pr = __("Rescore articles in %s?").replace("%s", fn);
if (confirm(pr)) {
notify_progress("Rescoring articles...");