diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-09-08 07:39:55 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-09-08 07:39:55 +0100 |
| commit | 7bb699de1c568c23c1f102f4b9396d8294dfc242 (patch) | |
| tree | b60bcb058663c0aee533a1f6713aa3a17e25ee3b | |
| parent | ddb0a9fd4e98b927ce2ab478c7f8988e17aa73e1 (diff) | |
change Starred-feed caption
| -rw-r--r-- | backend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php index 57fd24a4f..a16927cdd 100644 --- a/backend.php +++ b/backend.php @@ -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>"; |