Skip to content
Snippets Groups Projects
Commit 7b32ee7e authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

mark older than two weeks: fix typo

parent 48913b43
No related branches found
No related tags found
No related merge requests found
...@@ -418,7 +418,7 @@ function catchupFeed(feed, is_cat, mode) { ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment