mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-28 21:21:27 +00:00
update translations
This commit is contained in:
@@ -975,8 +975,9 @@ function catchupSelection() {
|
||||
|
||||
var fn = getFeedName(getActiveFeedId(), active_feed_is_cat);
|
||||
|
||||
var str = __("Mark all selected articles in %s as read?");
|
||||
var str = __("Mark %d selected articles in %s as read?");
|
||||
|
||||
str = str.replace("%d", rows.length);
|
||||
str = str.replace("%s", fn);
|
||||
|
||||
if (getInitParam("confirm_feed_catchup") == 1 && !confirm(str)) {
|
||||
|
||||
Reference in New Issue
Block a user