summaryrefslogtreecommitdiff
path: root/searx/plugins/search_on_category_select.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/plugins/search_on_category_select.py')
-rw-r--r--searx/plugins/search_on_category_select.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/plugins/search_on_category_select.py b/searx/plugins/search_on_category_select.py
index 53585faea..f72c63d76 100644
--- a/searx/plugins/search_on_category_select.py
+++ b/searx/plugins/search_on_category_select.py
@@ -14,7 +14,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >.
(C) 2015 by Adam Tauber, <asciimoo@gmail.com>
'''
-from flask.ext.babel import gettext
+from flask_babel import gettext
name = gettext('Search on category select')
description = gettext('Perform search immediately if a category selected. '
'Disable to select multiple categories. (JavaScript required)')