瀏覽代碼

[fix] typo

Thomas Pointhuber 9 年之前
父節點
當前提交
8bc0f04f4b
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      searx/webapp.py

+ 1
- 1
searx/webapp.py 查看文件

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