diff options
Diffstat (limited to 'searx/plugins/open_results_on_new_tab.py')
| -rw-r--r-- | searx/plugins/open_results_on_new_tab.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/plugins/open_results_on_new_tab.py b/searx/plugins/open_results_on_new_tab.py index 5ebece142..ae27ea277 100644 --- a/searx/plugins/open_results_on_new_tab.py +++ b/searx/plugins/open_results_on_new_tab.py @@ -14,7 +14,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >. (C) 2016 by Adam Tauber, <asciimoo@gmail.com> ''' -from flask.ext.babel import gettext +from flask_babel import gettext name = gettext('Open result links on new browser tabs') description = gettext('Results are opened in the same window by default. ' 'This plugin overwrites the default behaviour to open links on new tabs/windows. ' |