diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2008-05-04 06:49:00 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2008-05-04 06:49:00 +0100 |
| commit | 69811a7d4e00a32e9ea4a64a730f786f45eb010b (patch) | |
| tree | 909ebd615c49bb11193b318d931a9d7759da3a39 /tt-rss.js | |
| parent | 9a85081ae0dbe006b464e5985fdccd90962b5346 (diff) | |
update translations
Diffstat (limited to 'tt-rss.js')
| -rw-r--r-- | tt-rss.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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..."); |