summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-26 07:25:48 +0100
committerAndrew Dolgov <[email protected]>2007-08-26 07:25:48 +0100
commitba5fac1b5f8605cf158ce8e7e138c289871205ce (patch)
treee9ecbd3c8c3c215e56e74358ebe0659fa0298699 /viewfeed.js
parent27e9264867104acfb56b03c3e5d2dadb5b416ae4 (diff)
update translations
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 9aad5e292..24dcdd214 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -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)) {