summaryrefslogtreecommitdiff
path: root/searx/plugins/autodetect_search_language.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/plugins/autodetect_search_language.py')
-rw-r--r--searx/plugins/autodetect_search_language.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/plugins/autodetect_search_language.py b/searx/plugins/autodetect_search_language.py
index 625f85373..026ca9b6f 100644
--- a/searx/plugins/autodetect_search_language.py
+++ b/searx/plugins/autodetect_search_language.py
@@ -71,7 +71,6 @@ import babel
from searx.utils import detect_language
from searx.languages import language_codes
-
name = gettext('Autodetect search language')
description = gettext('Automatically detect the query search language and switch to it.')
preference_section = 'general'