Mark two new strings in the latest updates view for translation;

prettify the RSS icon display somewhat.
This commit is contained in:
Thomas Keller
2011-05-16 23:49:08 +02:00
parent be4774c95c
commit 8502a36481
2 changed files with 8 additions and 1 deletions

View File

@@ -21,7 +21,9 @@
{/if}
{/foreach}
</p>
<p><strong>Subscribe to this timeline</strong><br /><img src="{media '/idf/img/rss.png'}" alt="{trans 'RSS'}" /> <a href="{$feedurl}" >Atom feeds</a></p>
<p><strong>{trans 'Subscribe to this timeline'}</strong><br />
<span class="label"><img src="{media '/idf/img/rss.png'}" alt="{trans 'RSS'}" /> <a href="{$feedurl}">{trans 'Atom feed'}</a></span>
</p>
{/block}