1
0
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:
Andrew Dolgov
2007-08-26 07:25:48 +01:00
parent 27e9264867
commit ba5fac1b5f
8 changed files with 11 additions and 10 deletions

View File

@@ -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)) {