Browse Source

Better setting descriptions for automations

pull/110/head
Ruud 13 years ago
parent
commit
2435f73fc8
  1. 2
      couchpotato/core/providers/automation/imdb/__init__.py
  2. 2
      couchpotato/core/providers/automation/trakt/__init__.py

2
couchpotato/core/providers/automation/imdb/__init__.py

@ -10,7 +10,7 @@ config = [{
'tab': 'automation', 'tab': 'automation',
'name': 'imdb_automation', 'name': 'imdb_automation',
'label': 'IMDB', 'label': 'IMDB',
'description': 'From any public IMDB watchlists', 'description': 'From any <strong>public</strong> IMDB watchlists',
'options': [ 'options': [
{ {
'name': 'automation_enabled', 'name': 'automation_enabled',

2
couchpotato/core/providers/automation/trakt/__init__.py

@ -10,7 +10,7 @@ config = [{
'tab': 'automation', 'tab': 'automation',
'name': 'trakt_automation', 'name': 'trakt_automation',
'label': 'Trakt', 'label': 'Trakt',
'description': 'from watchlist', 'description': 'import movies from your own watchlist',
'options': [ 'options': [
{ {
'name': 'automation_enabled', 'name': 'automation_enabled',

Loading…
Cancel
Save