summaryrefslogtreecommitdiff
path: root/searx/plugins
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2015-05-02 23:54:38 +0200
committerAdam Tauber <asciimoo@gmail.com>2015-05-02 23:54:38 +0200
commit3683b358771badc9b886931b816b87632c7efa99 (patch)
treec120b10a9e490207f501ea1ef9f0352258c2acd1 /searx/plugins
parentf1fc315318a6855dde99cdbe8fc2babddaee22a1 (diff)
downloadsearxng-3683b358771badc9b886931b816b87632c7efa99.tar.gz
searxng-3683b358771badc9b886931b816b87632c7efa99.zip
[fix] plugin description
Diffstat (limited to 'searx/plugins')
-rw-r--r--searx/plugins/search_on_category_select.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/plugins/search_on_category_select.py b/searx/plugins/search_on_category_select.py
index d4b725acf..a1667021d 100644
--- a/searx/plugins/search_on_category_select.py
+++ b/searx/plugins/search_on_category_select.py
@@ -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',)