[fix] plugin description

This commit is contained in:
Adam Tauber 2015-05-02 23:54:38 +02:00
parent f1fc315318
commit 3683b35877
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >.
'''
from flask.ext.babel import gettext
name = gettext('Search on category select')
description = gettext('Perform search immediately if a category selected. Disable to select multiple categories.')
description = gettext('Perform search immediately if a category selected. '
'Disable to select multiple categories. (JavaScript required)')
default_on = True
js_dependencies = ('js/search_on_category_select.js',)