1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:45:55 +00:00

archive: automatically subscribe user to originating feed while unarchiving

This commit is contained in:
Andrew Dolgov
2013-03-30 21:59:52 +04:00
parent aa5ac2cd3a
commit b029f91621
2 changed files with 54 additions and 4 deletions

View File

@@ -1021,6 +1021,9 @@ function archiveSelection() {
op = "archive";
} else {
str = ngettext("Move %d archived article back?", "Move %d archived articles back?", rows.length);
str += " " + __("Please note that unstarred articles might get purged on next feed update.");
op = "unarchive";
}