From 19ee477b5a9c8cb786e50879ba217bc01d824d0e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 26 Aug 2007 07:27:21 +0100 Subject: update translations --- tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index 54e069e78..40ab1b720 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -476,7 +476,7 @@ function quickMenuGo(opid) { var fn = getFeedName(actid); - var pr = __("Remove all (except starred) stored articles for %s?").replace("%s", fn); + var pr = __("Erase all non-starred articles for %s?").replace("%s", fn); if (confirm(pr)) { clearFeedArticles(actid); -- cgit v1.2.3-54-g00ecf