summaryrefslogtreecommitdiff
path: root/sphinx/themes/haiku
diff options
context:
space:
mode:
authorLeonardo Caballero <leonardocaballero@gmail.com>2013-03-04 10:35:30 -0530
committerLeonardo Caballero <leonardocaballero@gmail.com>2013-03-04 10:35:30 -0530
commitf0705fbc4ad0268853fbc4a2a890a4b589dbdb5a (patch)
treea8830c8b249a71171289a1d725e6188f089c8285 /sphinx/themes/haiku
parentd61c077fbcacedf0e2ec0940f28a4808cd8d6d02 (diff)
downloadsphinx-f0705fbc4ad0268853fbc4a2a890a4b589dbdb5a.tar.gz
Added improvements about i18n for themes "basic", "haiku" and "scrolls" that Sphinx built-in. Closes #1120
Diffstat (limited to 'sphinx/themes/haiku')
-rw-r--r--sphinx/themes/haiku/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/themes/haiku/layout.html b/sphinx/themes/haiku/layout.html
index edbda50b..337d0ca2 100644
--- a/sphinx/themes/haiku/layout.html
+++ b/sphinx/themes/haiku/layout.html
@@ -56,7 +56,7 @@
<div class="content">
{#{%- if display_toc %}
<div id="toc">
- <h3>Table Of Contents</h3>
+ <h3>{{ _('Table Of Contents') }}</h3>
{{ toc }}
</div>
{%- endif %}#}