1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 20:09:14 +00:00

change Starred-feed caption

This commit is contained in:
Andrew Dolgov
2005-09-08 07:39:55 +01:00
parent ddb0a9fd4e
commit 7bb699de1c

View File

@@ -33,7 +33,7 @@
FROM ttrss_entries WHERE marked = true");
$num_starred = db_fetch_result($result, 0, "num_starred");
printFeedEntry(-1, "odd", "Starred items", $num_starred, "images/mark_set.png");
printFeedEntry(-1, "odd", "Starred articles", $num_starred, "images/mark_set.png");
print "<li><hr></li>";