From 2f1384f1989ddcdeba96d3e0f300510db235b851 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 18 Sep 2021 11:01:39 +0200 Subject: [enh] themes: display the engine descriptions --- searx/webapp.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'searx/webapp.py') diff --git a/searx/webapp.py b/searx/webapp.py index 7209e3a57..21b00188c 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -394,7 +394,9 @@ def image_proxify(url): def get_translations(): return { # when there is autocompletion - 'no_item_found': gettext('No item found') + 'no_item_found': gettext('No item found'), + # /preferences: the source of the engine description (wikipedata, wikidata, website) + 'Source': gettext('Source'), } -- cgit v1.2.3