Normalize capitalization ticket #596

This commit is contained in:
Tim Almdal
2009-10-28 12:15:52 -07:00
parent 8ef78de3f7
commit 7ea13b3869
48 changed files with 137 additions and 137 deletions

View File

@@ -61,7 +61,7 @@ class comment_rss_Core {
$feed->max_pages = ceil($comments->count_all() / $limit);
$feed->title = htmlspecialchars(t("Recent Comments"));
$feed->uri = url::abs_site("albums/" . (empty($id) ? "1" : $id));
$feed->description = t("Recent Comments");
$feed->description = t("Recent comments");
return $feed;
}