Browse Source

Changed description for required words

pull/1114/merge
clinton-hall 13 years ago
committed by Ruud
parent
commit
9f2941a45c
  1. 2
      couchpotato/core/plugins/searcher/__init__.py

2
couchpotato/core/plugins/searcher/__init__.py

@ -24,7 +24,7 @@ config = [{
'name': 'required_words',
'label': 'Required words',
'default': '',
'description': 'Ignore releases that don\'t contain at least one of these words.'
'description': 'Ignore releases that don\'t contain at least contain one set of words. Sets are separated by "," and each word within a set must be separated with "&"'
},
{
'name': 'ignored_words',

Loading…
Cancel
Save