Rename 'Contents' to 'Table Of Contents' in agogo theme to match other themes (fixes issue #352).

This commit is contained in:
Andi Albrecht 2010-03-15 08:50:56 +01:00
parent 3f1092fcc4
commit 78a84e721f

View File

@ -42,7 +42,7 @@
</div>
<div class="sidebar">
{%- block sidebartoc %}
<h3>{{ _('Contents') }}</h3>
<h3>{{ _('Table Of Contents') }}</h3>
{{ toctree() }}
{%- endblock %}
{%- block sidebarsearch %}