Browse Source

move long automation text into formhint

pull/2546/head
Joel Kåberg 12 years ago
parent
commit
76f3f5253a
  1. 2
      couchpotato/core/plugins/automation/__init__.py

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

@ -41,7 +41,7 @@ config = [{
'label': 'Required Genres',
'default': '',
'placeholder': 'Example: Action, Crime & Drama',
'description': 'Ignore movies that don\'t contain at least one set of genres. Sets are separated by "," and each word within a set must be separated with "&"'
'description': ('Ignore movies that don\'t contain at least one set of genres.', 'Sets are separated by "," and each word within a set must be separated with "&"')
},
{
'name': 'ignored_genres',

Loading…
Cancel
Save