From 2d936cd1d975a72da43bd9132eceff03e1d26c2c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 26 Aug 2007 07:32:15 +0100 Subject: update translations --- tt-rss.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index 495b8631c..e918af0f8 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -476,7 +476,7 @@ function quickMenuGo(opid) { var fn = getFeedName(actid); - var pr = __("Erase all non-starred articles for %s?").replace("%s", fn); + var pr = __("Erase all non-starred articles in %s?").replace("%s", fn); if (confirm(pr)) { clearFeedArticles(actid); @@ -623,7 +623,7 @@ function catchupCurrentFeed() { var fn = getFeedName(getActiveFeedId(), active_feed_is_cat); - var str = "Mark all articles in " + fn + " as read?"; + var str = __("Mark all articles in %s as read?").replace("%s", fn); /* if (active_feed_is_cat) { str = "Mark all articles in this category as read?"; -- cgit v1.2.3-54-g00ecf