From: Andrew Dolgov Date: Tue, 13 Dec 2005 16:06:53 +0000 (+0100) Subject: Comments -> comments X-Git-Tag: schema_freeze_for_1.1.1~42 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=672366bdf7ee771f9855f2f773487d72fae57c57;p=tt-rss.git Comments -> comments --- diff --git a/backend.php b/backend.php index a4f2fd7a..024eab30 100644 --- a/backend.php +++ b/backend.php @@ -797,7 +797,7 @@ $entry_comments = "$num_comments comments"; } else { if ($line["comments"] && $line["link"] != $line["comments"]) { - $entry_comments = "Comments"; + $entry_comments = "comments"; } }