mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 08:05:56 +00:00
update translations
This commit is contained in:
@@ -476,7 +476,7 @@ function quickMenuGo(opid) {
|
||||
|
||||
var fn = getFeedName(actid);
|
||||
|
||||
var pr = __("Erase all non-starred articles for %s?").replace("%s", fn);
|
||||
var pr = __("Erase all non-starred articles in %s?").replace("%s", fn);
|
||||
|
||||
if (confirm(pr)) {
|
||||
clearFeedArticles(actid);
|
||||
@@ -623,7 +623,7 @@ function catchupCurrentFeed() {
|
||||
|
||||
var fn = getFeedName(getActiveFeedId(), active_feed_is_cat);
|
||||
|
||||
var str = "Mark all articles in " + fn + " as read?";
|
||||
var str = __("Mark all articles in %s as read?").replace("%s", fn);
|
||||
|
||||
/* if (active_feed_is_cat) {
|
||||
str = "Mark all articles in this category as read?";
|
||||
|
||||
Reference in New Issue
Block a user