mark older than two weeks: fix typo

This commit is contained in:
Andrew Dolgov 2013-05-14 14:27:28 +04:00
parent 48913b4363
commit 7b32ee7e40
1 changed files with 1 additions and 1 deletions

View File

@ -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: