BUGFIX Turned english text into translatable entity for PageCommentInterface link for RSS feed of all comments for all pages

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@68921 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2008-12-15 02:07:44 +00:00 committed by Sam Minnee
parent f4f02b7afc
commit 63f5421296

View File

@ -46,6 +46,9 @@
<p id="NoComments"><% _t('NOCOMMENTSYET','No one has commented on this page yet.') %></p>
<% end_if %>
</div>
<p id="CommentsRSSFeed"><a class="commentrss" href="$CommentRssLink"><% _t('RSSFEEDCOMMENTS', 'RSS feed for comments on this page') %></a> | <a href="PageComment/rss" class="commentrss" title="View all Comments">RSS feed for all comments</a></p>
<p id="CommentsRSSFeed">
<a class="commentrss" href="$CommentRssLink"><% _t('RSSFEEDCOMMENTS', 'RSS feed for comments on this page') %></a> |
<a href="PageComment/rss" class="commentrss" title="<% _t('RSSVIEWALLCOMMENTS', 'View all Comments') %>"><% _t('RSSFEEDALLCOMMENTS', 'RSS feed for all comments') %></a>
</p>
</div>