mark older than two weeks: fix typo
This commit is contained in:
parent
48913b4363
commit
7b32ee7e40
|
@ -418,7 +418,7 @@ function catchupFeed(feed, is_cat, mode) {
|
|||
case "1week":
|
||||
str = __("Mark all articles in %s older than 1 week as read?");
|
||||
break;
|
||||
case "2weeks":
|
||||
case "2week":
|
||||
str = __("Mark all articles in %s older than 2 weeks as read?");
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue