diff --git a/js/feedlist.js b/js/feedlist.js index 75e97e884..271d2059e 100644 --- a/js/feedlist.js +++ b/js/feedlist.js @@ -479,7 +479,7 @@ function getNextUnreadFeed(feed, is_cat) { function catchupFeed(feed, is_cat) { try { var str = __("Mark all articles in %s as read?"); - var fn = getFeedName(getActiveFeedId(), activeFeedIsCat()); + var fn = getFeedName(feed, is_cat); str = str.replace("%s", fn);