From 69811a7d4e00a32e9ea4a64a730f786f45eb010b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 4 May 2008 06:49:00 +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 632330311..25efe8f65 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -877,7 +877,7 @@ function rescoreCurrentFeed() { } var fn = getFeedName(actid); - var pr = __("Rescore articls in %s?").replace("%s", fn); + var pr = __("Rescore articles in %s?").replace("%s", fn); if (confirm(pr)) { notify_progress("Rescoring articles..."); -- cgit v1.2.3