diff --git a/pylons_app/templates/files/files_annotate.html b/pylons_app/templates/files/files_annotate.html --- a/pylons_app/templates/files/files_annotate.html +++ b/pylons_app/templates/files/files_annotate.html @@ -9,7 +9,7 @@ » ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} » - ${_('annotate')} + ${_('annotate')} @ R${c.rev_nr}:${c.cur_rev} <%def name="page_nav()"> @@ -25,7 +25,7 @@

${_('Location')}: ${h.files_breadcrumbs(c.repo_name,c.cur_rev,c.file.path)}

-
${_('Revision')}
+
${_('Last revision')}
r${c.file.last_changeset.revision}:${c.file.last_changeset._short}
${_('Size')}
${h.format_byte_size(c.file.size,binary=True)}