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>
<div class="sidebar"> <div class="sidebar">
{%- block sidebartoc %} {%- block sidebartoc %}
<h3>{{ _('Contents') }}</h3> <h3>{{ _('Table Of Contents') }}</h3>
{{ toctree() }} {{ toctree() }}
{%- endblock %} {%- endblock %}
{%- block sidebarsearch %} {%- block sidebarsearch %}