1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 06:25:58 +00:00

update translations

This commit is contained in:
Andrew Dolgov
2007-08-26 07:27:21 +01:00
parent ba5fac1b5f
commit 19ee477b5a
8 changed files with 8 additions and 8 deletions

View File

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