diff options
Diffstat (limited to 'searx/webapp.py')
| -rwxr-xr-x | searx/webapp.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index 2496fede0..5c77f5548 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -446,8 +446,6 @@ def image_proxify(url): def get_translations(): return { - # when overpass AJAX request fails (on a map result) - 'could_not_load': gettext('could not load data'), # when there is autocompletion 'no_item_found': gettext('No item found') } |