diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-09-29 16:31:32 +0200 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-10-05 14:40:47 +0200 |
| commit | 451586f09f819c5a099eac7389522acd8a554466 (patch) | |
| tree | a8ea4463039a525f88577f079b3e4ef36a1aa386 /searx/templates/oscar/base.html | |
| parent | 55b9b10d2e39fb52d566441d44c1c132b7ff06fe (diff) | |
oscar template: update translation files
Diffstat (limited to 'searx/templates/oscar/base.html')
| -rw-r--r-- | searx/templates/oscar/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html index 6138404a2..544820060 100644 --- a/searx/templates/oscar/base.html +++ b/searx/templates/oscar/base.html @@ -58,7 +58,7 @@ <div class="container"> {% block footer %} {% endblock %} - <p class="text-muted">Powered by <a href="https://github.com/asciimoo/searx">Searx</a> - a privacy-respecting, hackable metasearch engine</p> + <p class="text-muted">{{ _('Powered by') }} <a href="https://github.com/asciimoo/searx">Searx</a> - {{ _('a privacy-respecting, hackable metasearch engine') }}</p> </div> </div> <script src="{{ url_for('static', filename='js/jquery-1.11.1.min.js') }}"></script> |