Thomas Pointhuber 9 anni fa
parent
commit
8bc0f04f4b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      searx/webapp.py

+ 1
- 1
searx/webapp.py Vedi File

@@ -120,7 +120,7 @@ _category_names = (gettext('files'),
120 120
                    gettext('it'),
121 121
                    gettext('news'),
122 122
                    gettext('map'),
123
-                   gettext('scence'))
123
+                   gettext('science'))
124 124
 
125 125
 outgoing_proxies = settings['outgoing'].get('proxies', None)
126 126