summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-08 07:39:55 +0100
committerAndrew Dolgov <[email protected]>2005-09-08 07:39:55 +0100
commit7bb699de1c568c23c1f102f4b9396d8294dfc242 (patch)
treeb60bcb058663c0aee533a1f6713aa3a17e25ee3b
parentddb0a9fd4e98b927ce2ab478c7f8988e17aa73e1 (diff)
change Starred-feed caption
-rw-r--r--backend.php2
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>";