Renamed timeline to updates as more intuitive.

Fixed other little consistency stuff.
This commit is contained in:
Loic d'Anterroches
2008-11-15 11:35:30 +01:00
parent 4760c4b563
commit c044e99960
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
{block tabhome} class="active"{/block}
{block subtabs}
<div id="sub-tabs">
{trans 'Welcome'} | <a href="{url 'IDF_Views_Project::timeline', array($project.shortname)}">{trans 'Latest Changes'}</a>{superblock}
{trans 'Welcome'} | <a href="{url 'IDF_Views_Project::timeline', array($project.shortname)}">{trans 'Updates'}</a>{superblock}
</div>
{/block}
{block body}