1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 12:05:56 +00:00

update translations

This commit is contained in:
Andrew Dolgov
2008-05-04 06:49:00 +01:00
parent 9a85081ae0
commit 69811a7d4e
14 changed files with 224 additions and 106 deletions

View File

@@ -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...");