change Starred-feed caption
This commit is contained in:
parent
ddb0a9fd4e
commit
7bb699de1c
1 changed files with 1 additions and 1 deletions
|
@ -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>";
|
||||
|
||||
|
|
Loading…
Reference in a new issue