summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2015-05-28 16:14:03 +0200
committerSamy Pesse <samypesse@gmail.com>2015-05-28 16:14:03 +0200
commit6dd7f6162f28830c334df8cf4c26926c20e72a02 (patch)
tree1fe4580a48f4232961e1b3119abac8afed218053
parent475b0bb2b3dcad5d0b8b675be3ad8167315abc05 (diff)
downloadgitbook-6dd7f6162f28830c334df8cf4c26926c20e72a02.zip
gitbook-6dd7f6162f28830c334df8cf4c26926c20e72a02.tar.gz
gitbook-6dd7f6162f28830c334df8cf4c26926c20e72a02.tar.bz2
Add title to languages chooser
Related to #757
-rwxr-xr-xtheme/templates/website/langs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/website/langs.html b/theme/templates/website/langs.html
index 6005cbb..a33d49c 100755
--- a/theme/templates/website/langs.html
+++ b/theme/templates/website/langs.html
@@ -1,6 +1,6 @@
{% extends "./layout.html" %}
-{% block title %}{{ title }}{% endblock %}
+{% block title %}{{ __("LANGS_CHOOSE") }} | {{ title }}{% endblock %}
{% block style %}
<link rel="stylesheet" href="{{ staticBase }}/style.css">