mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 07:55:56 +00:00
mark older than two weeks: fix typo
This commit is contained in:
@@ -418,7 +418,7 @@ function catchupFeed(feed, is_cat, mode) {
|
|||||||
case "1week":
|
case "1week":
|
||||||
str = __("Mark all articles in %s older than 1 week as read?");
|
str = __("Mark all articles in %s older than 1 week as read?");
|
||||||
break;
|
break;
|
||||||
case "2weeks":
|
case "2week":
|
||||||
str = __("Mark all articles in %s older than 2 weeks as read?");
|
str = __("Mark all articles in %s older than 2 weeks as read?");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user