]> git.wh0rd.org - tt-rss.git/commitdiff
Comments -> comments
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 13 Dec 2005 16:06:53 +0000 (17:06 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 13 Dec 2005 16:06:53 +0000 (17:06 +0100)
backend.php

index a4f2fd7a5561d30629c2ba58ddb69e02c8bbf29b..024eab305a52d78558c9871d5649b325e39e8ffd 100644 (file)
                                $entry_comments = "<a href=\"$comments_url\">$num_comments comments</a>";
                        } else {
                                if ($line["comments"] && $line["link"] != $line["comments"]) {
-                                       $entry_comments = "<a href=\"".$line["comments"]."\">Comments</a>";
+                                       $entry_comments = "<a href=\"".$line["comments"]."\">comments</a>";
                                }                               
                        }