From 08f820d74c7de4309fe8227da5c10e4179cef54f Mon Sep 17 00:00:00 2001
From: Thomas Pointhuber
Date: Sat, 10 Jan 2015 19:42:41 +0100
Subject: [PATCH] [enh] make some torrent strings translatable
---
searx/templates/oscar/result_templates/torrent.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/searx/templates/oscar/result_templates/torrent.html b/searx/templates/oscar/result_templates/torrent.html
index f62a7a85b..5268869ca 100644
--- a/searx/templates/oscar/result_templates/torrent.html
+++ b/searx/templates/oscar/result_templates/torrent.html
@@ -15,8 +15,8 @@
{% endif %}
{% if result.files %}{{ icon('file') }} {{ _('Number of Files') }} {{ result.files }}{% endif %}
- {{ icon('magnet') }} magnet link
- {% if result.torrentfile %}{{ icon('download-alt') }} torrent file{% endif %}
+ {{ icon('magnet') }} {{ _('magnet link') }}
+ {% if result.torrentfile %}{{ icon('download-alt') }} {{ _('torrent file') }}{% endif %}
{% if result.content %}{{ result.content|safe }}
{% endif %}