Browse Source

Merge pull request #497 from pointhi/translation-fix

[fix] typo
Adam Tauber 9 years ago
parent
commit
c61ea820d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/webapp.py

+ 1 - 1
searx/webapp.py

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