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

reinstate wrongfully renamed archived feed; properly fix prefs filtertree labels for all feeds (ff5cc7d7)

This commit is contained in:
Andrew Dolgov
2014-08-01 13:16:26 +04:00
parent 0e21b0b475
commit 0d703c73bd
2 changed files with 3 additions and 3 deletions

View File

@@ -1972,8 +1972,6 @@
function getFeedTitle($id, $cat = false) {
if ($cat) {
return getCategoryTitle($id);
} else if ($id == 0) {
return __("All feeds");
} else if ($id == -1) {
return __("Starred articles");
} else if ($id == -2) {